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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protected_mode/mod.rs b/src/protected_mode/mod.rs
index b0a3f62..7c7a4c0 100644
--- a/src/protected_mode/mod.rs
+++ b/src/protected_mode/mod.rs
@@ -2676,7 +2676,7 @@ enum OperandSpec {
RegIndexBaseScale_mask = 0xd6,
RegIndexBaseScaleDisp_mask = 0xd7,
// u16:u{16,32} immediate address for a far call
- AbsoluteFarAddress = 0x98,
+ AbsoluteFarAddress = 0x18,
}
// the Hash, Eq, and PartialEq impls here are possibly misleading.