commit | 0085d0ff1c9f70ac2a0fd46f2adb3fc143fae839 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Oct 01 15:00:22 2022 +0200 |
committer | Simon Glass <sjg@chromium.org> | Sat Oct 29 07:36:33 2022 -0600 |
tree | b81c5f7b9422244bd94b9064e178417419fdff9e | |
parent | 17101cef7cc3a4df836b194443a01f5fc0f87845 [diff] |
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>