[PATCH 1/2] x86: fix longjmp() implementation

Simon Glass sjg at chromium.org
Sat Oct 22 03:06:04 CEST 2022


On Sat, 1 Oct 2022 at 07:05, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> 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 at canonical.com>
> ---
>  arch/x86/cpu/i386/setjmp.S | 5 +++++
>  1 file changed, 5 insertions(+)
>
Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list