mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-19 10:52:19 -07:00
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> |
||
|---|---|---|
| .. | ||
| boot.S | ||
| feat-xs.c | ||
| kernel.ld | ||
| mte.S | ||
| pauth-3.c | ||
| semiconsole.c | ||
| semiheap.c | ||
| vtimer.c | ||