Skip to content

Commit b4c9f41

Browse files
committed
One more RegisterLocation -> AbstractRegisterLocation update
1 parent b125d1f commit b4c9f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Symbol/UnwindPlan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ bool UnwindPlan::Row::SetRegisterLocationToIsDWARFExpression(
359359
if (!can_replace &&
360360
m_register_locations.find(reg_num) != m_register_locations.end())
361361
return false;
362-
RegisterLocation reg_loc;
362+
AbstractRegisterLocation reg_loc;
363363
reg_loc.SetIsDWARFExpression(opcodes, len);
364364
m_register_locations[reg_num] = reg_loc;
365365
return true;

0 commit comments

Comments
 (0)