mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 19:55:50 +00:00
JitArm64: disable addzex
This commit is contained in:
parent
b9f5bfb2bd
commit
de3ce74b48
1 changed files with 3 additions and 0 deletions
|
@ -678,6 +678,9 @@ void JitArm64::addzex(UGeckoInstruction inst)
|
||||||
JITDISABLE(bJITIntegerOff);
|
JITDISABLE(bJITIntegerOff);
|
||||||
FALLBACK_IF(inst.OE);
|
FALLBACK_IF(inst.OE);
|
||||||
|
|
||||||
|
// breaks Kirby
|
||||||
|
FALLBACK_IF(1);
|
||||||
|
|
||||||
int a = inst.RA, d = inst.RD;
|
int a = inst.RA, d = inst.RD;
|
||||||
|
|
||||||
gpr.BindToRegister(d, d == a);
|
gpr.BindToRegister(d, d == a);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue