u-boot/arch/x86/cpu/i386
Heinrich Schuchardt fc872ee84c 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>
2022-10-29 07:36:33 -06:00
..
call64.S common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
cpu.c x86: Don't set up MTRRs if previously done 2021-07-15 19:50:00 +08:00
interrupt.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
Makefile x86: Drop unnecessary interrupt code for TPL 2019-12-15 11:44:10 +08:00
setjmp.S x86: fix longjmp() implementation 2022-10-29 07:36:33 -06:00