diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2025-04-04 12:51:12 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2025-04-09 10:35:16 +0100 |
commit | 9edb9c2a6a0ceec9ca41705ba4990041bee1d690 (patch) | |
tree | f7f97f1d1d1b38842269e77db069132bd07de448 /rust/qemu-api/src | |
parent | c302660920acf48425a1317d56122ea8af60fbc4 (diff) | |
download | qemu-9edb9c2a6a0ceec9ca41705ba4990041bee1d690.zip qemu-9edb9c2a6a0ceec9ca41705ba4990041bee1d690.tar.gz qemu-9edb9c2a6a0ceec9ca41705ba4990041bee1d690.tar.bz2 |
tests/tcg: fix semihosting SYS_EXIT for aarch64 in boot.S
We don't expect to hit exceptions in our testing so currently all the
vectors report an un-expected exception and then attempt to exit.
However for aarch64 we should always use the extended information
block as we do in _exit. Rather than duplicate the code on the error
handler just branch to the _exit handler with a failing status code.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20250404115641.258048-1-alex.bennee@linaro.org>
Diffstat (limited to 'rust/qemu-api/src')
0 files changed, 0 insertions, 0 deletions