From: Korey Sewell Date: Thu, 15 Jun 2006 02:01:36 +0000 (-0400) Subject: tried to undo change and it didnt work so might as well put it back X-Git-Tag: m5_2.0_beta1~36^2~70 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c55389578c0b17aa9a81f64887e7a6f02110ce4;p=gem5.git tried to undo change and it didnt work so might as well put it back --HG-- extra : convert_revision : 9793917e8a3e4d30f59ff469e4f08da96ce001f9 --- 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()