mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Make this perdy
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5234 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -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]));
|
||||
|
Reference in New Issue
Block a user