Remove unnecessary check.
--HG-- extra : convert_revision : 8cc2943ebc41e4d430789ee7923dd0dc878be06b
This commit is contained in:
parent
f42469a3cf
commit
15cc194d71
1 changed files with 0 additions and 3 deletions
|
@ -641,9 +641,6 @@ DefaultCommit<Impl>::handleInterrupt()
|
|||
// an interrupt needed to be handled.
|
||||
DPRINTF(Commit, "Interrupt detected.\n");
|
||||
|
||||
Fault new_interrupt = cpu->getInterrupts();
|
||||
assert(new_interrupt != NoFault);
|
||||
|
||||
// Clear the interrupt now that it's going to be handled
|
||||
toIEW->commitInfo[0].clearInterrupt = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue