projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39de635
)
Fix another typo
author
Gabe Black
<gblack@eecs.umich.edu>
Tue, 31 Oct 2006 23:39:17 +0000
(18:39 -0500)
committer
Gabe Black
<gblack@eecs.umich.edu>
Tue, 31 Oct 2006 23:39:17 +0000
(18:39 -0500)
--HG--
extra : convert_revision :
ad7058babf2a13bfe543e05f2662dc49a18a8b8b
src/arch/alpha/isa/decoder.isa
patch
|
blob
|
history
diff --git
a/src/arch/alpha/isa/decoder.isa
b/src/arch/alpha/isa/decoder.isa
index e4cf967670cb4a1c2e4ff982fee6e579924cb23f..c5f47aaa2cb53578ca3b9577f14d32b3d83702a0 100644
(file)
--- a/
src/arch/alpha/isa/decoder.isa
+++ b/
src/arch/alpha/isa/decoder.isa
@@
-745,7
+745,6
@@
decode OPCODE default Unknown::unknown() {
0: OpcdecFault::hw_mfpr();
format HwMoveIPR {
1: hw_mfpr({{
- miscRegIndex >= NumInternalProcRegs)
int miscRegIndex = (ipr_index < NumInternalProcRegs) ?
IprToMiscRegIndex[ipr_index] : -1;
if(miscRegIndex < 0 || !IprIsReadable(miscRegIndex) ||