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/CommandObjectExpression.cpp | |
parent | 298de937e727db7e5a1526d70504200cd403db28 (diff) | |
download | bcm5719-llvm-f16066e842df736ebbbd06c46a37c4221ca71e4e.tar.gz bcm5719-llvm-f16066e842df736ebbbd06c46a37c4221ca71e4e.zip |
Really fix the test suite crasher this time.
llvm-svn: 129165
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectExpression.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectExpression.cpp b/lldb/source/Commands/CommandObjectExpression.cpp index 5e5f96898b4..31ecaf106d2 100644 --- a/lldb/source/Commands/CommandObjectExpression.cpp +++ b/lldb/source/Commands/CommandObjectExpression.cpp @@ -38,7 +38,7 @@ using namespace lldb; using namespace lldb_private; CommandObjectExpression::CommandOptions::CommandOptions (CommandInterpreter &interpreter) : - Options(m_interpreter) + Options(interpreter) { // Keep only one place to reset the values to their defaults ResetOptionValues(); |