summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-10-25 17:58:16 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-10-25 17:58:16 +0000
commit3d0fcf5eaebf7518caab09c51957d02c3ffa3ed4 (patch)
treed19f773204bfad27dc3b4ccd37f24fec75599512
parent526ab47a5573422765ac6c55147dfad00f1d703d (diff)
downloadbcm5719-llvm-3d0fcf5eaebf7518caab09c51957d02c3ffa3ed4.tar.gz
bcm5719-llvm-3d0fcf5eaebf7518caab09c51957d02c3ffa3ed4.zip
Patch from Dragos to fix Linux build!
llvm-svn: 142932
-rw-r--r--lldb/source/Commands/CommandObjectRegister.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectRegister.cpp b/lldb/source/Commands/CommandObjectRegister.cpp
index 253aece718f..a699118bb72 100644
--- a/lldb/source/Commands/CommandObjectRegister.cpp
+++ b/lldb/source/Commands/CommandObjectRegister.cpp
@@ -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."},
OpenPOWER on IntegriCloud