From 11010433c257abd9eeabb474a20ad6a832af0867 Mon Sep 17 00:00:00 2001 From: chedahub <2017000029@ushs.hs.kr> Date: Wed, 29 Oct 2025 15:07:07 +0900 Subject: Fix(ppc/spe): Correct source operand parsing for EVX instructions --- arch/powerpc/decode/operands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/decode/operands.c b/arch/powerpc/decode/operands.c index 15628049..3350737a 100644 --- a/arch/powerpc/decode/operands.c +++ b/arch/powerpc/decode/operands.c @@ -2868,7 +2868,7 @@ void FillOperands32(Instruction* instruction, uint32_t word32, uint64_t address) case PPC_ID_SPE_EVFSCTUI: case PPC_ID_SPE_EVFSCTUIZ: PushRD(instruction, word32); - PushRA(instruction, word32); + PushRB(instruction, word32); break; // crfD//, rA, rB -- cgit v1.3.1