Stats: Update stats for the x86 store fault fix.
[gem5.git] / tests / quick / 00.hello / test.py
index fd8fd5abd255cfceb822738f5067d627427fad65..d765e9fc3ea1dacadfd9bf613c77781f051d52ce 100644 (file)
@@ -26,4 +26,5 @@
 #
 # Authors: Steve Reinhardt
 
-root.system.cpu.workload = LiveProcess(file = binpath('hello'))
+root.system.cpu.workload = LiveProcess(cmd = 'hello',
+                                       executable = binpath('hello'))