[Lldb-commits] [lldb] r125620 - /lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h

Johnny Chen johnny.chen at apple.com
Tue Feb 15 16:17:18 PST 2011


Author: johnny
Date: Tue Feb 15 18:17:18 2011
New Revision: 125620

URL: http://llvm.org/viewvc/llvm-project?rev=125620&view=rev
Log:
Section heading for EmulateB().

Modified:
    lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h

Modified: lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h?rev=125620&r1=125619&r2=125620&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h (original)
+++ lldb/trunk/source/Plugins/Instruction/ARM/EmulateInstructionARM.h Tue Feb 15 18:17:18 2011
@@ -295,7 +295,7 @@
     bool
     EmulateIT (ARMEncoding encoding);
 
-    // A8.6.16
+    // A8.6.16 B
     bool
     EmulateB (ARMEncoding encoding);
     





More information about the lldb-commits mailing list