mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
59b8c6ca4d
`raise_exception_helper` must not return to its caller. Should `_Unwind_RaiseException` return, something will have gone wrong with the personality routine; yet this should never happen. This way we might also save a few bytes and hint the compiler to avoid storing the callee-saved regs / allocating a new frame.