From: Kevin Lim Date: Mon, 20 Nov 2006 16:44:27 +0000 (-0500) Subject: Fix typo. X-Git-Tag: m5_2.0_beta2~19^2~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=719416b60ff2ab60403d22b6c7f75139b9535d8c;p=gem5.git Fix typo. --HG-- extra : convert_revision : 2dd830c6b3b5df894608b7596250b0181a3dfdf0 --- diff --git a/src/arch/alpha/interrupts.hh b/src/arch/alpha/interrupts.hh index a86fb2d7b..388ccacde 100644 --- a/src/arch/alpha/interrupts.hh +++ b/src/arch/alpha/interrupts.hh @@ -138,9 +138,8 @@ namespace AlphaISA } if (ipl && ipl > tc->readMiscReg(IPR_IPLR)) { -// assert(!newInfoSet); newIpl = ipl; - newSummary = newSummary; + newSummary = summary; newInfoSet = true; DPRINTF(Flow, "Interrupt! IPLR=%d ipl=%d summary=%x\n", tc->readMiscReg(IPR_IPLR), ipl, summary);