[Lldb-commits] [lldb] r125379 - /lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
Johnny Chen
johnny.chen at apple.com
Fri Feb 11 10:11:23 PST 2011
Author: johnny
Date: Fri Feb 11 12:11:22 2011
New Revision: 125379
URL: http://llvm.org/viewvc/llvm-project?rev=125379&view=rev
Log:
Fix build.
Modified:
lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
Modified: lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp?rev=125379&r1=125378&r2=125379&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp (original)
+++ lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp Fri Feb 11 12:11:22 2011
@@ -150,6 +150,7 @@
dwarf_r0 + n,
0 };
+ bool success;
uint32_t data = ReadRegisterUnsigned (eRegisterKindDWARF, dwarf_r0 + n, 0, &success);
if (!success)
More information about the lldb-commits
mailing list