@samitouri / QOSamiQemu / commits / c81404f25e

tests/tcg: Explicitly check for 64-bit z/Architecture

We do not support the 32-bit ESA/390 target, only the 64-bit z/Architecture. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20260519171240.97420-5-philmd@linaro.org>

Philippe Mathieu-Daudé committed May 19, 2026 at 14:03 UTC c81404f25e697dfcd603ac51c25319aa1fd1f36a
1 file changed +1 -1
tests/tcg/multiarch/nop_func.h
+1 -1
@@ -15,7 +15,7 @@ static const char nop_func[] = {
15 0x1e, 0xff, 0x2f, 0xe1, /* bx lr */
16 #elif defined(__riscv)
17 0x67, 0x80, 0x00, 0x00, /* ret */
18 -#elif defined(__s390__)
18 +#elif defined(__s390x__)
19 0x07, 0xfe, /* br %r14 */
20 #elif defined(__i386__) || defined(__x86_64__)
21 0xc3, /* ret */