fix bug in timing cpu. getTime() is the time the requset was created, not the time...
authorAli Saidi <saidi@eecs.umich.edu>
Mon, 18 Jun 2007 22:11:07 +0000 (18:11 -0400)
committerAli Saidi <saidi@eecs.umich.edu>
Mon, 18 Jun 2007 22:11:07 +0000 (18:11 -0400)
commit2d08ab0cc26fc2b03a575f054508abc035786a08
tree06cc341a769dbeea0b89c23d0f1821653d2732a5
parent7994fa94315e5f39337d073ea48718447a634410
fix bug in timing cpu. getTime() is the time the requset was created, not the time it was repsonded to. In timing mode the
time it was responded to is curTick. Doesn't change the results, but it does make implementation of nextCycle() more difficult

--HG--
extra : convert_revision : 67ed6261a5451d17d96d5df45992590acc353afc
src/cpu/simple/timing.cc