aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectRegister.cpp
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 /lldb/source/Commands/CommandObjectRegister.cpp
parent526ab47a5573422765ac6c55147dfad00f1d703d (diff)
downloadllvm-3d0fcf5eaebf7518caab09c51957d02c3ffa3ed4.zip
llvm-3d0fcf5eaebf7518caab09c51957d02c3ffa3ed4.tar.gz
llvm-3d0fcf5eaebf7518caab09c51957d02c3ffa3ed4.tar.bz2
Patch from Dragos to fix Linux build!
llvm-svn: 142932
Diffstat (limited to 'lldb/source/Commands/CommandObjectRegister.cpp')
-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 253aece..a699118 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."},