X86: Make sure the predecoder is cleared out for interrupts.
This commit is contained in:
@@ -321,6 +321,7 @@ BaseSimpleCPU::checkForInterrupts()
|
||||
Fault interrupt = interrupts->getInterrupt(tc);
|
||||
|
||||
if (interrupt != NoFault) {
|
||||
predecoder.reset();
|
||||
interrupts->updateIntrInfo(tc);
|
||||
interrupt->invoke(tc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user