mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
Really fix the test suite crasher this time.
llvm-svn: 129165
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user