Fix typo in previous check-in.

llvm-svn: 128549
This commit is contained in:
Caroline Tice 2011-03-30 16:05:23 +00:00
parent 43fe645b62
commit e746dbf83b
1 changed files with 1 additions and 1 deletions

View File

@ -9771,7 +9771,7 @@ EmulateInstructionARM::EmulateSTRImmARM (const uint32_t opcode, const ARMEncodin
if (t == 15) if (t == 15)
{ {
uint32_t pc_value = ReadCoreReg (SP_REG, &success); uint32_t pc_value = ReadCoreReg (PC_REG, &success);
if (!success) if (!success)
return false; return false;