mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-04 12:41:34 +00:00
Move variable assignments after the setjmp() call where possible and move macros that contain setjmp into an if() clause since assigning the return value to a variable is undefined. Updates #5364