On 21 Dec 2020, at 14:09, Samuel Thibault <samuel.thiba...@gnu.org> wrote: > @@ -75,29 +86,52 @@ x86_gnu_fallback_frame_state > return _URC_END_OF_STACK; > > handler_args = context->cfa; > - scp = handler_args->scp; > - usp = scp->sc_uesp; > + sigcode = handler_args->legacy.sigcode; > + if (sigcode < 4096)
Do you not need >= 0 to handle the 3/1 split correctly? Jess