From 15cc194d714ce9c3f5fe706487534ed447847d88 Mon Sep 17 00:00:00 2001 From: Kevin Lim Date: Thu, 26 Apr 2007 00:02:37 -0400 Subject: [PATCH] Remove unnecessary check. --HG-- extra : convert_revision : 8cc2943ebc41e4d430789ee7923dd0dc878be06b --- src/cpu/o3/commit_impl.hh | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.30.2