mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-26 09:01:46 +02:00
If longjmp(jmp_buf env, int val) is called with val = 0, the setjmp() macro must return 1. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>