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:
magumagu9 2009-02-09 05:22:44 +00:00
parent bb4cec5b45
commit e8925e43fe

View file

@ -341,6 +341,8 @@
void Jit64::addzex(UGeckoInstruction inst)
{
Default(inst); return;
// FIXME: There's a bug in here somewhere!
INSTRUCTION_START
IREmitter::InstLoc lhs = ibuild.EmitLoadGReg(inst.RA),
val, newcarry;