tried to undo change and it didnt work so might as well put it back

--HG--
extra : convert_revision : 9793917e8a3e4d30f59ff469e4f08da96ce001f9
This commit is contained in:
Korey Sewell 2006-06-14 22:01:36 -04:00
parent 7b44630b95
commit 1c55389578

View file

@ -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()