MIPS: Fix decoding of the rdhwr instruction.

This commit is contained in:
Gabe Black
2009-12-31 15:30:51 -05:00
parent 134937b594
commit c70f3c93af

View 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();
}
}
}