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…
Reference in New Issue