summaryrefslogtreecommitdiff
path: root/configs/test/test.py
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2006-06-14 19:53:36 -0400
committerKorey Sewell <ksewell@umich.edu>2006-06-14 19:53:36 -0400
commit7b44630b958c942dca2b1de906ea9e719a3f6ff4 (patch)
tree7c10c13f312939bc3e87d0cb7ae1f8ccd9646d03 /configs/test/test.py
parent7cd362ca4e9394967f8680593b657b0bdd39d29e (diff)
downloadgem5-7b44630b958c942dca2b1de906ea9e719a3f6ff4.tar.xz
change back, BK is acting up
--HG-- extra : convert_revision : 11fd5ebbca0408b357e9186d1b3722eb571e874e
Diffstat (limited to 'configs/test/test.py')
-rw-r--r--configs/test/test.py2
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()