mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-02-05 05:01:38 +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