Patch from Dragos to fix Linux build!

llvm-svn: 142932
This commit is contained in:
Johnny Chen 2011-10-25 17:58:16 +00:00
parent 526ab47a55
commit 3d0fcf5eae
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ public:
CommandOptions m_command_options;
};
OptionDefinition
const OptionDefinition
CommandObjectRegisterRead::CommandOptions::g_option_table[] =
{
{ LLDB_OPT_SET_ALL, false, "alternate", 'A', no_argument , NULL, 0, eArgTypeNone , "Display register names using the alternate register name if there is one."},