From 1f1b269bbe32641e100c97860e9cf93e529e85f4 Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Fri, 8 Apr 2011 22:15:29 +0000 Subject: Fix a test suite crasher. llvm-svn: 129161 --- lldb/source/Commands/CommandObjectDisassemble.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Commands/CommandObjectDisassemble.cpp') diff --git a/lldb/source/Commands/CommandObjectDisassemble.cpp b/lldb/source/Commands/CommandObjectDisassemble.cpp index 84630ff9955..1301fd9f4da 100644 --- a/lldb/source/Commands/CommandObjectDisassemble.cpp +++ b/lldb/source/Commands/CommandObjectDisassemble.cpp @@ -33,7 +33,7 @@ using namespace lldb; using namespace lldb_private; CommandObjectDisassemble::CommandOptions::CommandOptions (CommandInterpreter &interpreter) : - Options(m_interpreter), + Options(interpreter), num_lines_context(0), num_instructions (0), func_name(), -- cgit v1.2.3