diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectArgs.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectArgs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectArgs.cpp b/lldb/source/Commands/CommandObjectArgs.cpp index 09363d7..bfa1006 100644 --- a/lldb/source/Commands/CommandObjectArgs.cpp +++ b/lldb/source/Commands/CommandObjectArgs.cpp @@ -113,7 +113,7 @@ CommandObjectArgs::Execute return false; } - const ABI *abi = process->GetABI (); + const ABI *abi = process->GetABI().get(); if (!abi) { result.AppendError ("The current process has no ABI."); |