[Android] Fix bug in CArmRecompilerOps::LB
This commit is contained in:
parent
857f739066
commit
6a1a6f3aa1
|
@ -2119,6 +2119,7 @@ void CArmRecompilerOps::LB()
|
|||
ArmReg TempRegAddress;
|
||||
if (IsMapped(m_Opcode.base))
|
||||
{
|
||||
ProtectGPR(m_Opcode.base);
|
||||
TempRegAddress = Map_TempReg(Arm_Any, -1, false);
|
||||
AddConstToArmReg(TempRegAddress, GetMipsRegMapLo(m_Opcode.base), (int16_t)m_Opcode.immediate);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue