diff options
Diffstat (limited to 'configs/test')
-rw-r--r-- | configs/test/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/test/test.py b/configs/test/test.py index 0982ba4f2..86a44313a 100644 --- a/configs/test/test.py +++ b/configs/test/test.py @@ -1,6 +1,6 @@ from m5 import * -class HelloWorld(LiveProcess): +class HelloWorld(AlphaLiveProcess): executable = '../configs/test/hello' cmd = 'hello' |