diff options
Diffstat (limited to 'src/real_mode/mod.rs')
| -rw-r--r-- | src/real_mode/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/real_mode/mod.rs b/src/real_mode/mod.rs index 6e7aaa4..8d4e4dd 100644 --- a/src/real_mode/mod.rs +++ b/src/real_mode/mod.rs @@ -6640,7 +6640,7 @@ fn read_operands< } else { instruction.regs[1].bank = RegisterBank::X; } - instruction.operands[2] = OperandSpec::ImmI8; + instruction.operands[2] = OperandSpec::ImmU8; instruction.operand_count = 3; } OperandCase::G_Ev_xmm_Ib => { @@ -6659,7 +6659,7 @@ fn read_operands< } else { instruction.regs[1].bank = RegisterBank::X; } - instruction.operands[2] = OperandSpec::ImmI8; + instruction.operands[2] = OperandSpec::ImmU8; instruction.operand_count = 3; } OperandCase::PMOVX_E_G_xmm => { |
