change back, BK is acting up

--HG--
extra : convert_revision : 11fd5ebbca0408b357e9186d1b3722eb571e874e
This commit is contained in:
Korey Sewell 2006-06-14 19:53:36 -04:00
parent 7cd362ca4e
commit 7b44630b95

View file

@ -50,5 +50,5 @@ m5.instantiate(root)
# simulate until program terminates # simulate until program terminates
exit_event = m5.simulate() exit_event = m5.simulate()
print 'Exiting @ cycle', m5.curTick(), 'because', exit_event.getCause() print 'Exiting @', m5.curTick(), 'because', exit_event.getCause()