mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-28 00:35:34 +00:00
JitIL: Disable addze implementation for now; I'm not exactly sure what's
wrong with it, but it's causing visible issues. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2171 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
bb4cec5b45
commit
e8925e43fe
@ -341,6 +341,8 @@
|
|||||||
|
|
||||||
void Jit64::addzex(UGeckoInstruction inst)
|
void Jit64::addzex(UGeckoInstruction inst)
|
||||||
{
|
{
|
||||||
|
Default(inst); return;
|
||||||
|
// FIXME: There's a bug in here somewhere!
|
||||||
INSTRUCTION_START
|
INSTRUCTION_START
|
||||||
IREmitter::InstLoc lhs = ibuild.EmitLoadGReg(inst.RA),
|
IREmitter::InstLoc lhs = ibuild.EmitLoadGReg(inst.RA),
|
||||||
val, newcarry;
|
val, newcarry;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user