[Lldb-commits] [lldb] r125075 - /lldb/trunk/include/lldb/Core/EmulateInstruction.h

Johnny Chen johnny.chen at apple.com
Mon Feb 7 20:21:13 PST 2011


Author: johnny
Date: Mon Feb  7 22:21:13 2011
New Revision: 125075

URL: http://llvm.org/viewvc/llvm-project?rev=125075&view=rev
Log:
Forgot to check in this file with r125059.

Modified:
    lldb/trunk/include/lldb/Core/EmulateInstruction.h

Modified: lldb/trunk/include/lldb/Core/EmulateInstruction.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Core/EmulateInstruction.h?rev=125075&r1=125074&r2=125075&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Core/EmulateInstruction.h (original)
+++ lldb/trunk/include/lldb/Core/EmulateInstruction.h Mon Feb  7 22:21:13 2011
@@ -123,8 +123,8 @@
 
         // Used when performing a PC-relative branch where the
         // arg0 = don't care
-        // arg1 = target instruction set or don't care
-        // arg2 = imm32 (signed offset)
+        // arg1 = imm32 (signed offset)
+        // arg2 = target instruction set or don't care
         eContextRelativeBranchImmediate,
 
         // Used when performing an absolute branch where the





More information about the lldb-commits mailing list