ARM: Update stats for IT and conditional branch changes
[gem5.git] / tests / quick / se / 00.hello / test.py
index d765e9fc3ea1dacadfd9bf613c77781f051d52ce..000181850d66de199180647884c02e9a5d8d55b4 100644 (file)
@@ -28,3 +28,5 @@
 
 root.system.cpu.workload = LiveProcess(cmd = 'hello',
                                        executable = binpath('hello'))
+if root.system.cpu.checker != NULL:
+    root.system.cpu.checker.workload = root.system.cpu.workload