summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h b/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h
index 8d84abc7561..ad596a3c277 100644
--- a/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h
+++ b/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h
@@ -80,7 +80,7 @@ public:
const lldb_private::RegisterValue &reg_value);
private:
uint32_t m_gpr[17];
- struct sd_regs
+ struct _sd_regs
{
union
{
OpenPOWER on IntegriCloud