mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 19:12:47 +02:00
Added missing unlocks from r6053 (thanks mylek4)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6055 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
e5f629da37
commit
7a80e8e409
@ -386,6 +386,7 @@ void Jit64::stX(UGeckoInstruction inst)
|
||||
gpr.Lock(a);
|
||||
gpr.KillImmediate(a, true, true);
|
||||
ADD(32, gpr.R(a), Imm32(offset));
|
||||
gpr.UnlockAll();
|
||||
}
|
||||
gpr.UnlockAllX();
|
||||
return;
|
||||
|
@ -162,6 +162,7 @@ void Jit64::mfcr(UGeckoInstruction inst)
|
||||
OR(8, R(EAX), M(&PowerPC::ppcState.cr_fast[i]));
|
||||
}
|
||||
MOV(32, gpr.R(d), R(EAX));
|
||||
gpr.UnlockAll();
|
||||
}
|
||||
|
||||
void Jit64::mtcrf(UGeckoInstruction inst)
|
||||
|
Loading…
Reference in New Issue
Block a user