MIPS: Fix decoding of the rdhwr instruction.
authorGabe Black <gblack@eecs.umich.edu>
Thu, 31 Dec 2009 20:30:51 +0000 (15:30 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Thu, 31 Dec 2009 20:30:51 +0000 (15:30 -0500)
src/arch/mips/isa/decoder.isa

index c531347d2fb9f1150c6798771a0cfb294eb02b86..61791a00b5b3299a4378b89e78d842b189e9c236 100644 (file)
@@ -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();
                 }
             }
         }