aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2023-12-16 14:47:02 -0800
committeriximeow <me@iximeow.net>2023-12-16 14:47:02 -0800
commit2d303b6121e318e30572dd1134ddb0cf12bd0776 (patch)
tree568f60640a00fd707d690b875fdb9ca7bf5b125f /CHANGELOG
parent4d2e196e616162726c6211abc46c043078425322 (diff)
fix incorrect register selection for `vpmovm2*` with `rex.b` set
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