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 4c44b70 commit 685cb27Copy full SHA for 685cb27
libgcc/unwind-seh.c
@@ -466,6 +466,9 @@ _Unwind_Backtrace(_Unwind_Trace_Fn trace,
466
&gcc_context.disp->HandlerData,
467
&gcc_context.disp->EstablisherFrame, NULL);
468
469
+ gcc_context.cfa = ms_context.Rsp;
470
+ gcc_context.ra = ms_context.Rip;
471
+
472
/* Call trace function. */
473
if (trace (&gcc_context, trace_argument) != _URC_NO_REASON)
474
return _URC_FATAL_PHASE1_ERROR;
0 commit comments