diff options
author | Korey Sewell <ksewell@umich.edu> | 2006-03-15 23:38:55 -0500 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2006-03-15 23:38:55 -0500 |
commit | 77a2f97c3590d7d51ffc5b447546c7c70894bdbd (patch) | |
tree | 3463e457b10da0cea34cf20e914b2b51dc329d28 /configs | |
parent | e2b558112b408847a1423e5dd12db59e81260c84 (diff) | |
parent | 7359e2df01fde9ea34a0ba661750a455e26bcacd (diff) | |
download | gem5-77a2f97c3590d7d51ffc5b447546c7c70894bdbd.tar.xz |
Merge zizzer:/bk/newmem
into zazzer.eecs.umich.edu:/.automount/zooks/y/ksewell/research/m5-sim/newmem-mips
--HG--
extra : convert_revision : 9bdde9b5bd3049744451eda1134f080b7c4b1b59
Diffstat (limited to 'configs')
-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' |