mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +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