summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2006-06-14 22:01:36 -0400
committerKorey Sewell <ksewell@umich.edu>2006-06-14 22:01:36 -0400
commit1c55389578c0b17aa9a81f64887e7a6f02110ce4 (patch)
tree2e327a5a74fdcc292484069f547a89cc44ecb810 /configs
parent7b44630b958c942dca2b1de906ea9e719a3f6ff4 (diff)
downloadgem5-1c55389578c0b17aa9a81f64887e7a6f02110ce4.tar.xz
tried to undo change and it didnt work so might as well put it back
--HG-- extra : convert_revision : 9793917e8a3e4d30f59ff469e4f08da96ce001f9
Diffstat (limited to 'configs')
-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 2ece9e675..9ab5f6e00 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 @', m5.curTick(), 'because', exit_event.getCause()
+print 'Exiting @ cycle', m5.curTick(), 'because', exit_event.getCause()