diff options
author | Kevin Lim <ktlim@umich.edu> | 2006-11-20 11:44:27 -0500 |
---|---|---|
committer | Kevin Lim <ktlim@umich.edu> | 2006-11-20 11:44:27 -0500 |
commit | 719416b60ff2ab60403d22b6c7f75139b9535d8c (patch) | |
tree | 2b4c8cade52ce7cdb4637275f8aa88a4c73b4ed3 /src/arch | |
parent | a2113fd3dc85798c7dcc1d67691ffd29a86ef5a0 (diff) | |
download | gem5-719416b60ff2ab60403d22b6c7f75139b9535d8c.tar.xz |
Fix typo.
--HG--
extra : convert_revision : 2dd830c6b3b5df894608b7596250b0181a3dfdf0
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/alpha/interrupts.hh | 3 |
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); |