commit | 17101cef7cc3a4df836b194443a01f5fc0f87845 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Oct 01 15:00:21 2022 +0200 |
committer | Simon Glass <sjg@chromium.org> | Sat Oct 29 07:36:33 2022 -0600 |
tree | 728ae66faf9f4463cad57cb5d0c13babd1dc5a28 | |
parent | d58cd54fd19f40e55653362b47bad754d37ca170 [diff] |
x86: fix longjmp() implementation 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>