From: Kevin Lim Date: Thu, 26 Apr 2007 04:02:37 +0000 (-0400) Subject: Remove unnecessary check. X-Git-Tag: m5_2.0_beta3~29 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=15cc194d714ce9c3f5fe706487534ed447847d88;p=gem5.git Remove unnecessary check. --HG-- extra : convert_revision : 8cc2943ebc41e4d430789ee7923dd0dc878be06b --- diff --git a/src/cpu/o3/commit_impl.hh b/src/cpu/o3/commit_impl.hh index 65625065d..dd4c333d3 100644 --- a/src/cpu/o3/commit_impl.hh +++ b/src/cpu/o3/commit_impl.hh @@ -641,9 +641,6 @@ DefaultCommit::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;