| ... | ... | @@ -174,7 +174,8 @@ _GCC_specific_handler(PEXCEPTION_RECORD ms_exc, PVOID frame, PCONTEXT ms_ctx, |
| 174 | 174 | } |
| 175 | 175 | // FIXME: Indicate target frame in foreign case! |
| 176 | 176 | // phase 2: the clean up phase |
| 177 | | RtlUnwindEx(frame, (PVOID)disp->ControlPc, ms_exc, exc, ms_ctx, disp->HistoryTable); |
| 177 | RtlUnwindEx(frame, (PVOID)disp->ControlPc, ms_exc, exc, disp->ContextRecord, |
| 178 | disp->HistoryTable); |
| 178 | 179 | _LIBUNWIND_ABORT("RtlUnwindEx() failed"); |
| 179 | 180 | case _URC_INSTALL_CONTEXT: { |
| 180 | 181 | // If we were called by __libunwind_seh_personality(), indicate that |