m5: added work completed monitoring support
This commit is contained in:
@@ -116,7 +116,7 @@ if buildEnv['TARGET_ISA'] == "alpha":
|
||||
system.piobus,
|
||||
system.dma_devices)
|
||||
elif buildEnv['TARGET_ISA'] == "x86":
|
||||
system = makeLinuxX86System(test_mem_mode, options.num_cpus, bm[0], True)
|
||||
system = makeLinuxX86System(test_mem_mode, options, bm[0], True)
|
||||
system.ruby = Ruby.create_system(options,
|
||||
system,
|
||||
system.piobus)
|
||||
|
||||
Reference in New Issue
Block a user