diff options
| -rw-r--r-- | arch/powerpc/decode/operands.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
