aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-06-05 08:21:59 +0000
committeriximeow <me@iximeow.net>2026-06-21 16:44:21 +0000
commit953054bb2dd86fb54a320123373ba23c7e08c332 (patch)
tree2412b59e3814def2578e5d250a3287e3ffddc46f /CHANGELOG
parentb6f11f81169d6ee2743d1e696f46ebce98f0067c (diff)
fix mnemonics for prefetcht*
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3850ee6..1c9338c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,8 @@
* fix jrcxz/jecxz/jcxz having "two operands". accessing the "second" operand
through `Instruction::operand` is a guaranteed panic.
+* fix the mnemonics for some prefetch instructions: prefetcht{0,1,2} were missing the second "t".
+ the Opcode variants are still spelled incorrectly and will continue to be until a future 3.0.
## 2.1.0