commit | fc872ee84cd5dd3a74bf51ce6519377b0de4940f | [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 | 1fcfadcb82a21af058baa5dea2b20883b8c388b8 [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>