diff options
Diffstat (limited to 'src/cpu/simple/base.cc')
-rw-r--r-- | src/cpu/simple/base.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cpu/simple/base.cc b/src/cpu/simple/base.cc index 367f38b89..4a91a9e12 100644 --- a/src/cpu/simple/base.cc +++ b/src/cpu/simple/base.cc @@ -494,12 +494,6 @@ BaseSimpleCPU::advancePC(Fault fault) assert(thread->readNextPC() != thread->readNextNPC()); } } - - Addr oldpc; - do { - oldpc = thread->readPC(); - system->pcEventQueue.service(tc); - } while (oldpc != thread->readPC()); } /*Fault |