We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b125d1f commit b4c9f41Copy full SHA for b4c9f41
lldb/source/Symbol/UnwindPlan.cpp
@@ -359,7 +359,7 @@ bool UnwindPlan::Row::SetRegisterLocationToIsDWARFExpression(
359
if (!can_replace &&
360
m_register_locations.find(reg_num) != m_register_locations.end())
361
return false;
362
- RegisterLocation reg_loc;
+ AbstractRegisterLocation reg_loc;
363
reg_loc.SetIsDWARFExpression(opcodes, len);
364
m_register_locations[reg_num] = reg_loc;
365
return true;
0 commit comments