From 2d303b6121e318e30572dd1134ddb0cf12bd0776 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sat, 16 Dec 2023 14:47:02 -0800 Subject: fix incorrect register selection for `vpmovm2*` with `rex.b` set --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG') 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 -- cgit v1.1