commit | 11c9cee846029310a278d9924b99f61cb226c427 | [log] [tgz] |
---|---|---|
author | Yao Zi <ziyao@disroot.org> | Sun Mar 02 15:21:20 2025 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Mar 10 07:41:20 2025 +0100 |
tree | 3b08c333ca68f9c21637255ed02ffd8ac6d4e494 | |
parent | f6782bbd6b2b833ff69870cacc1b2f5e26e5fae8 [diff] |
efi_loader: Clean up usage of structure jmp_buf_data Structure jmp_buf_data provides the underlying format of jmp_buf, which we actually don't care about. Clean up existing code to use the standard jmp_buf type. This introduces no functional change. Signed-off-by: Yao Zi <ziyao@disroot.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>