aboutsummaryrefslogtreecommitdiff
path: root/src/protected_mode/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/protected_mode/mod.rs')
-rw-r--r--src/protected_mode/mod.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/protected_mode/mod.rs b/src/protected_mode/mod.rs
index 54c9c0a..8bf15a4 100644
--- a/src/protected_mode/mod.rs
+++ b/src/protected_mode/mod.rs
@@ -6600,7 +6600,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 => {
@@ -6619,7 +6619,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 => {