diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-04-08 22:39:17 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-04-08 22:39:17 +0000 |
commit | f16066e842df736ebbbd06c46a37c4221ca71e4e (patch) | |
tree | f44197cdf3eff42507898819aa03e41a933adb9d /lldb/source/Commands/CommandObjectArgs.cpp | |
parent | 298de937e727db7e5a1526d70504200cd403db28 (diff) | |
download | llvm-f16066e842df736ebbbd06c46a37c4221ca71e4e.zip llvm-f16066e842df736ebbbd06c46a37c4221ca71e4e.tar.gz llvm-f16066e842df736ebbbd06c46a37c4221ca71e4e.tar.bz2 |
Really fix the test suite crasher this time.
llvm-svn: 129165
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 26ffa19..6064ec8 100644 --- a/lldb/source/Commands/CommandObjectArgs.cpp +++ b/lldb/source/Commands/CommandObjectArgs.cpp @@ -37,7 +37,7 @@ using namespace lldb_private; // CommandObjectArgs::CommandOptions::CommandOptions (CommandInterpreter &interpreter) : - Options(m_interpreter) + Options(interpreter) { // Keep only one place to reset the values to their defaults ResetOptionValues(); |