diff options
author | Korey Sewell <ksewell@umich.edu> | 2006-06-14 22:01:36 -0400 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2006-06-14 22:01:36 -0400 |
commit | 1c55389578c0b17aa9a81f64887e7a6f02110ce4 (patch) | |
tree | 2e327a5a74fdcc292484069f547a89cc44ecb810 | |
parent | 7b44630b958c942dca2b1de906ea9e719a3f6ff4 (diff) | |
download | gem5-1c55389578c0b17aa9a81f64887e7a6f02110ce4.tar.xz |
tried to undo change and it didnt work so might as well put it back
--HG--
extra : convert_revision : 9793917e8a3e4d30f59ff469e4f08da96ce001f9
-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 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() |