mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-01 02:21:26 +02:00
Merge pull request #12337 from Tilka/imm16
Jit64: fix invalid instruction encoding
This commit is contained in:
commit
02de58eb2c
@ -585,7 +585,7 @@ void Jit64::mcrxr(UGeckoInstruction inst)
|
||||
|
||||
// Clear XER[0-3]
|
||||
static_assert(PPCSTATE_OFF(xer_ca) + 1 == PPCSTATE_OFF(xer_so_ov));
|
||||
MOV(16, PPCSTATE(xer_ca), Imm8(0));
|
||||
MOV(16, PPCSTATE(xer_ca), Imm16(0));
|
||||
}
|
||||
|
||||
void Jit64::crXXX(UGeckoInstruction inst)
|
||||
|
Loading…
Reference in New Issue
Block a user