Fix typo.

--HG--
extra : convert_revision : 2dd830c6b3b5df894608b7596250b0181a3dfdf0
This commit is contained in:
Kevin Lim 2006-11-20 11:44:27 -05:00
parent a2113fd3dc
commit 719416b60f

View file

@ -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);