diff options
| author | Thomas Huth <thuth@redhat.com> | 2024-10-02 16:37:08 +0200 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2024-10-03 17:26:06 +0300 |
| commit | 311a01068d71a4b3e8eb3d3c00eaa156b55c2314 (patch) | |
| tree | ee5ef5b23411539dab8c00f8d29953fc4ae39618 | |
| parent | 07bea2d35f13ce1ca0b8b967bf4ebab4227d77bb (diff) | |
| download | focaccia-qemu-311a01068d71a4b3e8eb3d3c00eaa156b55c2314.tar.gz focaccia-qemu-311a01068d71a4b3e8eb3d3c00eaa156b55c2314.zip | |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 }, |