Fix build breakage in r280692
authorPavel Labath <labath@google.com>
Tue, 6 Sep 2016 10:04:22 +0000 (10:04 +0000)
committerPavel Labath <labath@google.com>
Tue, 6 Sep 2016 10:04:22 +0000 (10:04 +0000)
commit5cf1ece222936a0b7d6cc053c6db71a1956412d9
tree250178c5b661f2870e1592ce56260be3849784a2
parent4fa3b50fc38fb5665c40aea11c91e8e020be221e
Fix build breakage in r280692

The commit introduced an array of const objects, which libstdc++ does not like. Make the object
non-const.

Also fix a compiler warning while I'm in there.

llvm-svn: 280697
lldb/include/lldb/Core/Disassembler.h
lldb/source/Target/Process.cpp
lldb/source/Target/StackFrame.cpp