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]));
|
||||
|
||||
AND(32, R(ECX), Imm32(0xFFFFFFFE));
|
||||
NOT(32, R(ECX));
|
||||
MOV(32, R(ECX), Imm32(1));
|
||||
AND(32, R(EAX), R(ECX));
|
||||
|
||||
MOVSX(32, 8, ECX, M(&PowerPC::ppcState.cr_fast[0]));
|
||||
|
|
Loading…
Reference in New Issue