diff options
Diffstat (limited to 'src/cpu/kvm/base.cc')
-rw-r--r-- | src/cpu/kvm/base.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/kvm/base.cc b/src/cpu/kvm/base.cc index 77cf277a6..0b3888976 100644 --- a/src/cpu/kvm/base.cc +++ b/src/cpu/kvm/base.cc @@ -689,7 +689,6 @@ BaseKvmCPU::tick() // have exited in time for the event using the instruction // counter configured by setupInstStop(). comInstEventQueue[0]->serviceEvents(ctrInsts); - system->instEventQueue.serviceEvents(system->totalNumInsts); if (tryDrain()) _status = Idle; |