diff options
| author | iximeow <me@iximeow.net> | 2026-04-12 19:56:31 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-04-12 19:56:31 +0000 |
| commit | 84787be2542278a40703b72684a8c886c4590b81 (patch) | |
| tree | f7f235e99948914eca111e1076199926f03fbc30 /src/long_mode/mod.rs | |
| parent | 904cd18c41691a3255c08019fbc7db4ae77a9a9b (diff) | |
check and support more 0fXX opcodes
Diffstat (limited to 'src/long_mode/mod.rs')
| -rw-r--r-- | src/long_mode/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
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, |
