diff options
Diffstat (limited to 'lldb/source/Symbol/ArmUnwindInfo.cpp')
| -rw-r--r-- | lldb/source/Symbol/ArmUnwindInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Symbol/ArmUnwindInfo.cpp b/lldb/source/Symbol/ArmUnwindInfo.cpp index 6bc3bd6cc5ed..569e0f591cba 100644 --- a/lldb/source/Symbol/ArmUnwindInfo.cpp +++ b/lldb/source/Symbol/ArmUnwindInfo.cpp @@ -333,7 +333,7 @@ bool ArmUnwindInfo::GetUnwindPlan(Target &target, const Address &addr, } if (!have_location_for_pc) { - UnwindPlan::Row::RegisterLocation lr_location; + UnwindPlan::Row::AbstractRegisterLocation lr_location; if (row->GetRegisterInfo(dwarf_lr, lr_location)) row->SetRegisterInfo(dwarf_pc, lr_location); else |
