[Android] Fix bug in CArmRecompilerOps::LB

This commit is contained in:
zilmar 2016-12-01 21:19:33 +11:00
parent 857f739066
commit 6a1a6f3aa1
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}