diff options
| author | iximeow <me@iximeow.net> | 2026-06-05 08:21:59 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-06-21 16:44:21 +0000 |
| commit | 953054bb2dd86fb54a320123373ba23c7e08c332 (patch) | |
| tree | 2412b59e3814def2578e5d250a3287e3ffddc46f /CHANGELOG | |
| parent | b6f11f81169d6ee2743d1e696f46ebce98f0067c (diff) | |
fix mnemonics for prefetcht*
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
