Fix typo.
--HG-- extra : convert_revision : 2dd830c6b3b5df894608b7596250b0181a3dfdf0
This commit is contained in:
parent
a2113fd3dc
commit
719416b60f
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue