]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/tcg/plugins: Remove remainder of the cris target
authorThomas Huth <thuth@redhat.com>
Wed, 2 Oct 2024 14:37:08 +0000 (16:37 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 3 Oct 2024 14:26:06 +0000 (17:26 +0300)
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 <thuth@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
tests/tcg/plugins/syscall.c

index 89dc7f49b13a75394a001da42012992c67aef803..ff452178b181e36af322de9fc5ea1dab3382f25c 100644 (file)
@@ -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 },