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 a284ce8 commit 0b5543aCopy full SHA for 0b5543a
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