Rename EmulationStateARM::sd_regs to avoid name clash (MSVC).

llvm-svn: 189366
This commit is contained in:
Virgile Bello 2013-08-27 16:24:28 +00:00
parent 84400ec7bc
commit ee5f7b7438
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public:
const lldb_private::RegisterValue &reg_value);
private:
uint32_t m_gpr[17];
struct sd_regs
struct _sd_regs
{
union
{