From 953054bb2dd86fb54a320123373ba23c7e08c332 Mon Sep 17 00:00:00 2001 From: iximeow Date: Fri, 5 Jun 2026 08:21:59 +0000 Subject: fix mnemonics for prefetcht* --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG') 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 -- cgit v1.1