]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: provide typedef jmp_buf
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 1 Oct 2022 13:00:22 +0000 (15:00 +0200)
committerSimon Glass <sjg@chromium.org>
Sat, 29 Oct 2022 13:36:33 +0000 (07:36 -0600)
commit95e7cafa8171397b5ef5d15ec4eac29ffa6fbe87
treeb81c5f7b9422244bd94b9064e178417419fdff9e
parentfc872ee84cd5dd3a74bf51ce6519377b0de4940f
x86: provide typedef jmp_buf

The jmp_buf type is required by the C99 specification.
Defining it for x86 fixes building the longjmp unit test.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/setjmp.h