Skip to content

Commit 1101043

Browse files
chedahubplafosse
authored andcommitted
Fix(ppc/spe): Correct source operand parsing for EVX instructions
1 parent 72fcf44 commit 1101043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/decode/operands.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2868,7 +2868,7 @@ void FillOperands32(Instruction* instruction, uint32_t word32, uint64_t address)
28682868
case PPC_ID_SPE_EVFSCTUI:
28692869
case PPC_ID_SPE_EVFSCTUIZ:
28702870
PushRD(instruction, word32);
2871-
PushRA(instruction, word32);
2871+
PushRB(instruction, word32);
28722872
break;
28732873

28742874
// crfD//, rA, rB

0 commit comments

Comments
 (0)