aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2024-10-02 16:37:08 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2024-10-03 17:26:06 +0300
commit311a01068d71a4b3e8eb3d3c00eaa156b55c2314 (patch)
treeee5ef5b23411539dab8c00f8d29953fc4ae39618
parent07bea2d35f13ce1ca0b8b967bf4ebab4227d77bb (diff)
downloadqemu-311a01068d71a4b3e8eb3d3c00eaa156b55c2314.zip
qemu-311a01068d71a4b3e8eb3d3c00eaa156b55c2314.tar.gz
qemu-311a01068d71a4b3e8eb3d3c00eaa156b55c2314.tar.bz2
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 <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>
-rw-r--r--tests/tcg/plugins/syscall.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tcg/plugins/syscall.c b/tests/tcg/plugins/syscall.c
index 89dc7f4..ff45217 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 },