projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
134937b
)
MIPS: Fix decoding of the rdhwr instruction.
author
Gabe Black
<gblack@eecs.umich.edu>
Thu, 31 Dec 2009 20:30:51 +0000
(15:30 -0500)
committer
Gabe Black
<gblack@eecs.umich.edu>
Thu, 31 Dec 2009 20:30:51 +0000
(15:30 -0500)
src/arch/mips/isa/decoder.isa
patch
|
blob
|
history
diff --git
a/src/arch/mips/isa/decoder.isa
b/src/arch/mips/isa/decoder.isa
index c531347d2fb9f1150c6798771a0cfb294eb02b86..61791a00b5b3299a4378b89e78d842b189e9c236 100644
(file)
--- a/
src/arch/mips/isa/decoder.isa
+++ b/
src/arch/mips/isa/decoder.isa
@@
-2476,10
+2476,8
@@
decode OPCODE_HI default Unknown::unknown() {
}
}
}
- 0x3: decode OP_HI {
- 0x2: decode OP_LO {
- 0x3: FailUnimpl::rdhwr();
- }
+ 0x3: decode OP {
+ 0x0: FailUnimpl::rdhwr();
}
}
}