forked from dolphin-emu/dolphin
These three instructions use the B field (bits 16-20 of the opcode) to determine what the operand register is. However, the code was using the path that uses the C field (bits 21-25). This amends the code to use the B field (and also fixes the 64-bit PPC opcodes, because why not?). Fixes issue 10683.
46 KiB
46 KiB