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.
2 parents 1ce78e4 + 0b5543a commit be4dc03Copy full SHA for be4dc03
lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
@@ -144,7 +144,7 @@ bool UnwindAssemblyInstEmulation::GetNonCallSiteUnwindPlanFromAssembly(
144
"Unwind row for the function entry missing");
145
--it; // Move it to the row corresponding to the current offset
146
147
- // If the offset of m_curr_row don't match with the offset we see in
+ // If the offset of m_state.row doesn't match with the offset we see in
148
// saved_unwind_states then we have to update current unwind state to
149
// the saved values. It is happening after we processed an epilogue and a
150
// return to caller instruction.
0 commit comments