From 84787be2542278a40703b72684a8c886c4590b81 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 12 Apr 2026 19:56:31 +0000 Subject: check and support more 0fXX opcodes --- src/long_mode/mod.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/long_mode/mod.rs') diff --git a/src/long_mode/mod.rs b/src/long_mode/mod.rs index 7915dc0..06e5b21 100644 --- a/src/long_mode/mod.rs +++ b/src/long_mode/mod.rs @@ -1215,8 +1215,11 @@ pub enum Opcode { LEA, NOP, PREFETCHNTA, + /// this variant was named incorrectly and will change to `PREFETCHT0` in the future. PREFETCH0, + /// this variant was named incorrectly and will change to `PREFETCHT1` in the future. PREFETCH1, + /// this variant was named incorrectly and will change to `PREFETCHT2` in the future. PREFETCH2, // XCHG, POPF, -- cgit v1.1