diff options
Diffstat (limited to 'qemu/tests/tcg/mips/mips32-dsp/main.c')
-rw-r--r-- | qemu/tests/tcg/mips/mips32-dsp/main.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/qemu/tests/tcg/mips/mips32-dsp/main.c b/qemu/tests/tcg/mips/mips32-dsp/main.c deleted file mode 100644 index b296b20c9..000000000 --- a/qemu/tests/tcg/mips/mips32-dsp/main.c +++ /dev/null @@ -1,6 +0,0 @@ -#include<stdio.h> - -int main() -{ - printf("hello world\n"); -} |