Remove unnecessary check.

--HG--
extra : convert_revision : 8cc2943ebc41e4d430789ee7923dd0dc878be06b
This commit is contained in:
Kevin Lim 2007-04-26 00:02:37 -04:00
parent f42469a3cf
commit 15cc194d71

View file

@ -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;