[Lldb-commits] [lldb] r189366 - Rename EmulationStateARM::sd_regs to avoid name clash (MSVC).
Virgile Bello
virgile.bello at gmail.com
Tue Aug 27 09:24:28 PDT 2013
Author: xen2
Date: Tue Aug 27 11:24:28 2013
New Revision: 189366
URL: http://llvm.org/viewvc/llvm-project?rev=189366&view=rev
Log:
Rename EmulationStateARM::sd_regs to avoid name clash (MSVC).
Modified:
lldb/trunk/source/Plugins/Instruction/ARM/EmulationStateARM.h
Modified: lldb/trunk/source/Plugins/Instruction/ARM/EmulationStateARM.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Instruction/ARM/EmulationStateARM.h?rev=189366&r1=189365&r2=189366&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Instruction/ARM/EmulationStateARM.h (original)
+++ lldb/trunk/source/Plugins/Instruction/ARM/EmulationStateARM.h Tue Aug 27 11:24:28 2013
@@ -80,7 +80,7 @@ public:
const lldb_private::RegisterValue ®_value);
private:
uint32_t m_gpr[17];
- struct sd_regs
+ struct _sd_regs
{
union
{
More information about the lldb-commits
mailing list