diff mbox series

[PULL,19/23] tests/tcg/plugins: Remove remainder of the cris target

Message ID 20241004160331.1282441-20-mjt@tls.msk.ru
State New
Headers show
Series [PULL,01/23] hw/audio/virtio-snd: Remove unnecessary "exec/tswap.h" header | expand

Commit Message

Michael Tokarev Oct. 4, 2024, 4:03 p.m. UTC
From: Thomas Huth <thuth@redhat.com>

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 | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/tests/tcg/plugins/syscall.c b/tests/tcg/plugins/syscall.c
index 89dc7f49b1..ff452178b1 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 },