[Lldb-commits] [lldb] r124595 - /lldb/trunk/source/Plugins/Process/Utility/EmulateInstruction.h

Johnny Chen johnny.chen at apple.com
Mon Jan 31 12:01:01 PST 2011


Author: johnny
Date: Mon Jan 31 14:01:01 2011
New Revision: 124595

URL: http://llvm.org/viewvc/llvm-project?rev=124595&view=rev
Log:
Align comment.

Modified:
    lldb/trunk/source/Plugins/Process/Utility/EmulateInstruction.h

Modified: lldb/trunk/source/Plugins/Process/Utility/EmulateInstruction.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/Utility/EmulateInstruction.h?rev=124595&r1=124594&r2=124595&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/Utility/EmulateInstruction.h (original)
+++ lldb/trunk/source/Plugins/Process/Utility/EmulateInstruction.h Mon Jan 31 14:01:01 2011
@@ -127,7 +127,7 @@
         ContextType type;
         lldb::addr_t arg0;      // Register kind.
         lldb::addr_t arg1;      // Register spec.
-        int64_t arg2;     // Possible negative value.
+        int64_t arg2;           // Possible negative value.
     };
 
     union Opcode





More information about the lldb-commits mailing list