aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-07-26 04:08:25 -0700
committeriximeow <me@iximeow.net>2020-07-26 04:08:25 -0700
commitc54b230323e49222d188b409a1efa9dc99c62ec6 (patch)
tree99d0c498d34a8be1481db6d413f939c70721cea7 /src
parent4d8a4c7b22192ed3154369e177ad8ffdc9cd12cc (diff)
BTR is ev,gv not q
Diffstat (limited to 'src')
-rw-r--r--src/long_mode/mod.rs2
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),