aboutsummaryrefslogtreecommitdiff
path: root/src/protected_mode
diff options
context:
space:
mode:
Diffstat (limited to 'src/protected_mode')
-rw-r--r--src/protected_mode/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protected_mode/mod.rs b/src/protected_mode/mod.rs
index 0cb6674..4581485 100644
--- a/src/protected_mode/mod.rs
+++ b/src/protected_mode/mod.rs
@@ -8083,6 +8083,7 @@ fn read_operands<
match m {
0b000 => {
instruction.opcode = Opcode::MONITOR;
+ instruction.mem_size = 1;
}
0b001 => {
instruction.opcode = Opcode::MWAIT;