forked from dolphin-emu/dolphin
Merge pull request #1661 from FioraAeterna/fixloadstorebind
JIT: fix possible panicalert in loadstore
This commit is contained in:
@@ -167,7 +167,8 @@ void Jit64::lXXx(UGeckoInstruction inst)
|
||||
{
|
||||
if (inst.OPCD == 31)
|
||||
{
|
||||
gpr.Lock(b);
|
||||
if (!gpr.R(b).IsImm())
|
||||
gpr.BindToRegister(b, true, false);
|
||||
opAddress = gpr.R(b);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user