mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-11 06:59:07 +01:00
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(continue1);
|
||||||
SetJumpTarget(continue2);
|
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));
|
AND(32, R(EAX), Imm32(1));
|
||||||
|
|
||||||
MOVSX(32, 8, ECX, M(&PowerPC::ppcState.cr_fast[0]));
|
MOVSX(32, 8, ECX, M(&PowerPC::ppcState.cr_fast[0]));
|
||||||
OR(32, R(ECX), R(EAX));
|
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();
|
RET();
|
||||||
|
|
||||||
fifoDirectWrite8 = AlignCode4();
|
fifoDirectWrite8 = AlignCode4();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user