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 3036620..6a1d19b 100644
--- a/src/protected_mode/mod.rs
+++ b/src/protected_mode/mod.rs
@@ -9053,6 +9053,7 @@ fn read_operands<
.with_id(words.offset() as u32 * 8),
);
instruction.operands[0] = OperandSpec::ImmI8;
+ instruction.operand_count = 1;
},
};
Ok(())