projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2113fd
)
Fix typo.
author
Kevin Lim
<ktlim@umich.edu>
Mon, 20 Nov 2006 16:44:27 +0000
(11:44 -0500)
committer
Kevin Lim
<ktlim@umich.edu>
Mon, 20 Nov 2006 16:44:27 +0000
(11:44 -0500)
--HG--
extra : convert_revision :
2dd830c6b3b5df894608b7596250b0181a3dfdf0
src/arch/alpha/interrupts.hh
patch
|
blob
|
history
diff --git
a/src/arch/alpha/interrupts.hh
b/src/arch/alpha/interrupts.hh
index a86fb2d7b39ba5ddc9be7a8d542d8140fddcb555..388ccacdebf069860281757583940019de1e3cd1 100644
(file)
--- 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 =
newS
ummary;
+ newSummary =
s
ummary;
newInfoSet = true;
DPRINTF(Flow, "Interrupt! IPLR=%d ipl=%d summary=%x\n",
tc->readMiscReg(IPR_IPLR), ipl, summary);