projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1cc98e
)
Got rid of some outdated comments.
author
Gabe Black
<gblack@eecs.umich.edu>
Fri, 27 Oct 2006 05:43:51 +0000
(
01:43
-0400)
committer
Gabe Black
<gblack@eecs.umich.edu>
Fri, 27 Oct 2006 05:43:51 +0000
(
01:43
-0400)
--HG--
extra : convert_revision :
30fa768c4a934cf5f9dc0ad84e0e421327ccbed3
src/arch/sparc/isa/decoder.isa
patch
|
blob
|
history
diff --git
a/src/arch/sparc/isa/decoder.isa
b/src/arch/sparc/isa/decoder.isa
index a2657b3cd704bdf1bd2867c2b1cd22d0a185a867..dc7597e5e6d08114b81623b8a0507f84a4429e14 100644
(file)
--- a/
src/arch/sparc/isa/decoder.isa
+++ b/
src/arch/sparc/isa/decoder.isa
@@
-357,13
+357,9
@@
decode OP default Unknown::unknown()
}});
}
0x29: HPriv::rdhpr({{
- // XXX Need to protect with format that traps non-priv/priv
- // access
Rd = xc->readMiscRegWithEffect(RS1 + HprStart, fault);
}});
0x2A: Priv::rdpr({{
- // XXX Need to protect with format that traps non-priv
- // access
Rd = xc->readMiscRegWithEffect(RS1 + PrStart, fault);
}});
0x2B: BasicOperate::flushw({{