MIPS: Fix decoding of the rdhwr instruction.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user