aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 49b361f..4210e30 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,8 @@
* fix missing memory access size text for 128-bit keylocker instructions (would
have text like "aesdec128kl xmm0, BUG [rcx]" rather than "..., m384b [rcx]".
instructions are otherwise decoded correctly.)
+* fix incorrect register selection for `vpmovm2*` with `rex.b` set (would select
+ registers "k8" through "k15", but should be masked down to "k0".."k7".)
## 1.2.0
* fix incorrect old yaxpeax-arch version selection for ffi crates