diff options
author | Korey Sewell <ksewell@umich.edu> | 2006-06-14 19:53:36 -0400 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2006-06-14 19:53:36 -0400 |
commit | 7b44630b958c942dca2b1de906ea9e719a3f6ff4 (patch) | |
tree | 7c10c13f312939bc3e87d0cb7ae1f8ccd9646d03 | |
parent | 7cd362ca4e9394967f8680593b657b0bdd39d29e (diff) | |
download | gem5-7b44630b958c942dca2b1de906ea9e719a3f6ff4.tar.xz |
change back, BK is acting up
--HG--
extra : convert_revision : 11fd5ebbca0408b357e9186d1b3722eb571e874e
-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 9ab5f6e00..2ece9e675 100644 --- a/configs/test/test.py +++ b/configs/test/test.py @@ -50,5 +50,5 @@ m5.instantiate(root) # simulate until program terminates exit_event = m5.simulate() -print 'Exiting @ cycle', m5.curTick(), 'because', exit_event.getCause() +print 'Exiting @', m5.curTick(), 'because', exit_event.getCause() |