summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectFrame.cpp
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-04-08 22:39:17 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-04-08 22:39:17 +0000
commitf16066e842df736ebbbd06c46a37c4221ca71e4e (patch)
treef44197cdf3eff42507898819aa03e41a933adb9d /lldb/source/Commands/CommandObjectFrame.cpp
parent298de937e727db7e5a1526d70504200cd403db28 (diff)
downloadbcm5719-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/CommandObjectFrame.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectFrame.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Commands/CommandObjectFrame.cpp b/lldb/source/Commands/CommandObjectFrame.cpp
index 3b697fd52cb..aaaee06c4be 100644
--- a/lldb/source/Commands/CommandObjectFrame.cpp
+++ b/lldb/source/Commands/CommandObjectFrame.cpp
@@ -100,7 +100,7 @@ public:
public:
CommandOptions (CommandInterpreter &interpreter) :
- Options(m_interpreter)
+ Options(interpreter)
{
ResetOptionValues ();
}
@@ -291,7 +291,7 @@ public:
public:
CommandOptions (CommandInterpreter &interpreter) :
- Options(m_interpreter)
+ Options(interpreter)
{
ResetOptionValues ();
}
OpenPOWER on IntegriCloud