diff options
| -rw-r--r-- | lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h | 2 |
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 ®_value); private: uint32_t m_gpr[17]; - struct sd_regs + struct _sd_regs { union { |

