mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-25 13:35:10 +00:00
Remove 0 as a valid encoding for the m-mmmm field.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191732 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8568510d46
commit
18a8e10720
@ -589,8 +589,6 @@ static int readOpcode(struct InternalInstruction* insn) {
|
|||||||
default:
|
default:
|
||||||
dbgprintf(insn, "Unhandled m-mmmm field for instruction (0x%hhx)", mmmmmFromVEX2of3(insn->vexPrefix[1]));
|
dbgprintf(insn, "Unhandled m-mmmm field for instruction (0x%hhx)", mmmmmFromVEX2of3(insn->vexPrefix[1]));
|
||||||
return -1;
|
return -1;
|
||||||
case 0:
|
|
||||||
break;
|
|
||||||
case VEX_LOB_0F:
|
case VEX_LOB_0F:
|
||||||
insn->opcodeType = TWOBYTE;
|
insn->opcodeType = TWOBYTE;
|
||||||
return consumeByte(insn, &insn->opcode);
|
return consumeByte(insn, &insn->opcode);
|
||||||
|
Loading…
Reference in New Issue
Block a user