diff options
| -rw-r--r-- | lldb/source/Plugins/Process/Utility/EmulateInstruction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Utility/EmulateInstruction.h b/lldb/source/Plugins/Process/Utility/EmulateInstruction.h index 13f2681f24c..07e4723fb4c 100644 --- a/lldb/source/Plugins/Process/Utility/EmulateInstruction.h +++ b/lldb/source/Plugins/Process/Utility/EmulateInstruction.h @@ -127,7 +127,7 @@ public: 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 |

