From 2f7f07cfda275f065bf7f4373d682cda025c391d Mon Sep 17 00:00:00 2001 From: Ultra TM Date: Mon, 17 Mar 2025 04:37:21 +0100 Subject: [PATCH] fix bitmask of VD3D0 operand --- thirdparty/disasm/ppc-dis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/disasm/ppc-dis.c b/thirdparty/disasm/ppc-dis.c index d44f27f..3e224b4 100644 --- a/thirdparty/disasm/ppc-dis.c +++ b/thirdparty/disasm/ppc-dis.c @@ -840,7 +840,7 @@ const struct powerpc_operand powerpc_operands[] = { 8, 0, insert_vperm, extract_vperm, 0 }, #define VD3D0 VPERM128 + 1 - { 3, 18, NULL, NULL, 0 }, + { 7, 18, NULL, NULL, 0 }, #define VD3D1 VD3D0 + 1 { 3, 16, NULL, NULL, 0 },