mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue