summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2006-11-20 11:44:27 -0500
committerKevin Lim <ktlim@umich.edu>2006-11-20 11:44:27 -0500
commit719416b60ff2ab60403d22b6c7f75139b9535d8c (patch)
tree2b4c8cade52ce7cdb4637275f8aa88a4c73b4ed3 /src
parenta2113fd3dc85798c7dcc1d67691ffd29a86ef5a0 (diff)
downloadgem5-719416b60ff2ab60403d22b6c7f75139b9535d8c.tar.xz
Fix typo.
--HG-- extra : convert_revision : 2dd830c6b3b5df894608b7596250b0181a3dfdf0
Diffstat (limited to 'src')
-rw-r--r--src/arch/alpha/interrupts.hh3
1 files changed, 1 insertions, 2 deletions
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);