Added the start of the CFI row production using the
emulate instruction classes.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@130556 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp b/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
index ad6621d..fb331f2 100644
--- a/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
+++ b/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
@@ -12729,7 +12729,7 @@
     if (!success)
     {
         m_opcode_mode = eModeInvalid;
-        m_opcode_pc = LLDB_INVALID_ADDRESS;
+        m_addr = LLDB_INVALID_ADDRESS;
     }
     return success;
 }