From: Siva Mahadevan <[email protected]> Fixes unreachable code assert in qemu:smoke / bsd-user-smoke test.
Upstream commit: https://gitlab.com/qemu-project/qemu/-/commit/591e848aca7af3b4d25af03ed5bd266c479054bf Pull-Request: https://github.com/qemu-bsd-user/qemu-bsd-user/pull/61 Signed-off-by: Siva Mahadevan <[email protected]> Reviewed-by: Warner Losh <[email protected]> Signed-off-by: Warner Losh <[email protected]> --- configs/targets/aarch64-bsd-user.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/targets/aarch64-bsd-user.mak b/configs/targets/aarch64-bsd-user.mak index 7f42e06047..03979d8240 100644 --- a/configs/targets/aarch64-bsd-user.mak +++ b/configs/targets/aarch64-bsd-user.mak @@ -1,4 +1,4 @@ TARGET_ARCH=aarch64 TARGET_BASE_ARCH=arm -TARGET_XML_FILES= gdb-xml/aarch64-core.xml gdb-xml/aarch64-fpu.xml gdb-xml/aarch64-pauth.xml gdb-xml/aarch64-sme2.xml +TARGET_XML_FILES= gdb-xml/aarch64-core.xml gdb-xml/aarch64-fpu.xml gdb-xml/aarch64-pauth.xml gdb-xml/aarch64-mte.xml gdb-xml/aarch64-sme2.xml TARGET_LONG_BITS=64 -- 2.52.0
