Fix typo in previous check-in.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@128549 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp b/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
index 8c71537..233e516 100644
--- a/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
+++ b/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
@@ -9771,7 +9771,7 @@
                   
         if (t == 15)
         {
-            uint32_t pc_value = ReadCoreReg (SP_REG, &success);
+            uint32_t pc_value = ReadCoreReg (PC_REG, &success);
             if (!success)
                 return false;