From: Thomas Huth Date: Wed, 2 Oct 2024 14:37:08 +0000 (+0200) Subject: tests/tcg/plugins: Remove remainder of the cris target X-Git-Tag: v9.2.0-rc0~62^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=311a01068d71a4b3e8eb3d3c00eaa156b55c2314;p=thirdparty%2Fqemu.git tests/tcg/plugins: Remove remainder of the cris target The cris target has recently been removed (see commit 44e4075bf4 - "target/cris: Remove the deprecated CRIS target"), but apparently this line has been forgotten. So clean it up now. Signed-off-by: Thomas Huth Reviewed-by: Alex Bennée Reviewed-by: Michael Tokarev Signed-off-by: Michael Tokarev --- diff --git a/tests/tcg/plugins/syscall.c b/tests/tcg/plugins/syscall.c index 89dc7f49b13..ff452178b18 100644 --- a/tests/tcg/plugins/syscall.c +++ b/tests/tcg/plugins/syscall.c @@ -34,7 +34,6 @@ static const struct SyscallInfo arch_syscall_info[] = { { "arm", 4 }, { "armeb", 4 }, { "avr", -1 }, - { "cris", -1 }, { "hexagon", 64 }, { "hppa", -1 }, { "i386", 4 },