Puts an end to my meddling
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5238 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
1e9fd8e4ad
commit
9dae690951
|
@ -229,15 +229,15 @@ void Jit64AsmRoutineManager::GenerateCommon()
|
|||
SetJumpTarget(continue1);
|
||||
SetJumpTarget(continue2);
|
||||
|
||||
// cr[0] |= SPR_XER & ~(0xFFFFFFFE)
|
||||
// cr[0] |= SPR_XER & 1
|
||||
|
||||
MOV(32, R(EAX), M(&PowerPC::ppcState.spr[SPR_XER]));
|
||||
/*MOV(32, R(EAX), M(&PowerPC::ppcState.spr[SPR_XER]));
|
||||
|
||||
AND(32, R(EAX), Imm32(1));
|
||||
|
||||
MOVSX(32, 8, ECX, M(&PowerPC::ppcState.cr_fast[0]));
|
||||
OR(32, R(ECX), R(EAX));
|
||||
MOV(8, M(&PowerPC::ppcState.cr_fast[0]), R(ECX));
|
||||
MOV(8, M(&PowerPC::ppcState.cr_fast[0]), R(ECX));*/
|
||||
RET();
|
||||
|
||||
fifoDirectWrite8 = AlignCode4();
|
||||
|
|
Loading…
Reference in New Issue