diff options
author | iximeow <me@iximeow.net> | 2023-12-16 14:47:02 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2023-12-16 14:47:02 -0800 |
commit | 2d303b6121e318e30572dd1134ddb0cf12bd0776 (patch) | |
tree | 568f60640a00fd707d690b875fdb9ca7bf5b125f /CHANGELOG | |
parent | 4d2e196e616162726c6211abc46c043078425322 (diff) |
fix incorrect register selection for `vpmovm2*` with `rex.b` set
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |