From 719416b60ff2ab60403d22b6c7f75139b9535d8c Mon Sep 17 00:00:00 2001 From: Kevin Lim Date: Mon, 20 Nov 2006 11:44:27 -0500 Subject: Fix typo. --HG-- extra : convert_revision : 2dd830c6b3b5df894608b7596250b0181a3dfdf0 --- src/arch/alpha/interrupts.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/arch/alpha') 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); -- cgit v1.2.3