Make this perdy
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5234 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
4173cd5876
commit
5cf6ed484b
|
@ -233,8 +233,7 @@ void Jit64AsmRoutineManager::GenerateCommon()
|
||||||
|
|
||||||
MOV(32, R(EAX), M(&PowerPC::ppcState.spr[SPR_XER]));
|
MOV(32, R(EAX), M(&PowerPC::ppcState.spr[SPR_XER]));
|
||||||
|
|
||||||
AND(32, R(ECX), Imm32(0xFFFFFFFE));
|
MOV(32, R(ECX), Imm32(1));
|
||||||
NOT(32, R(ECX));
|
|
||||||
AND(32, R(EAX), R(ECX));
|
AND(32, R(EAX), R(ECX));
|
||||||
|
|
||||||
MOVSX(32, 8, ECX, M(&PowerPC::ppcState.cr_fast[0]));
|
MOVSX(32, 8, ECX, M(&PowerPC::ppcState.cr_fast[0]));
|
||||||
|
|
Loading…
Reference in New Issue