diff options
author | iximeow <me@iximeow.net> | 2020-07-26 04:08:25 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-07-26 04:08:25 -0700 |
commit | c54b230323e49222d188b409a1efa9dc99c62ec6 (patch) | |
tree | 99d0c498d34a8be1481db6d413f939c70721cea7 | |
parent | 4d8a4c7b22192ed3154369e177ad8ffdc9cd12cc (diff) |
BTR is ev,gv not q
-rw-r--r-- | src/long_mode/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/long_mode/mod.rs b/src/long_mode/mod.rs index 4f3723b..1b80b11 100644 --- a/src/long_mode/mod.rs +++ b/src/long_mode/mod.rs @@ -4453,7 +4453,7 @@ const OPCODE_0F_MAP: [OpcodeRecord; 256] = [ OpcodeRecord(Interpretation::Instruction(Opcode::CMPXCHG), OperandCode::Eb_Gb), OpcodeRecord(Interpretation::Instruction(Opcode::CMPXCHG), OperandCode::Ev_Gv), OpcodeRecord(Interpretation::Instruction(Opcode::LSS), OperandCode::Gv_M), - OpcodeRecord(Interpretation::Instruction(Opcode::BTR), OperandCode::E_G_q), + OpcodeRecord(Interpretation::Instruction(Opcode::BTR), OperandCode::Ev_Gv), OpcodeRecord(Interpretation::Instruction(Opcode::LFS), OperandCode::Gv_M), OpcodeRecord(Interpretation::Instruction(Opcode::LGS), OperandCode::Gv_M), OpcodeRecord(Interpretation::Instruction(Opcode::MOVZX_b), OperandCode::Gv_Eb), |