commit | 04598e5cc0bc223d1237217d0b819a8f7341caef | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Sep 02 02:46:37 2022 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Sep 03 08:16:09 2022 +0200 |
tree | 811e6f97a0eec9a7a0ea766fa797523c86791f9b | |
parent | 068dc9c957d6015d924191376fc366eac3fb5993 [diff] |
efi_selftest: on sandbox use host specific assembly The selftest checking the handling of exceptions in UEFI binaries is using assembly to provide an undefined instruction. On the sandbox the correct form of the instruction depends on the host architecture. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>