diff options
Diffstat (limited to 'qemu/tests/tcg/cris/crt.s')
-rw-r--r-- | qemu/tests/tcg/cris/crt.s | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/qemu/tests/tcg/cris/crt.s b/qemu/tests/tcg/cris/crt.s deleted file mode 100644 index af027d747..000000000 --- a/qemu/tests/tcg/cris/crt.s +++ /dev/null @@ -1,13 +0,0 @@ - .data -_stack_start: - .space 8192, 0 -_stack_end: - .text - .global _start -_start: - move.d _stack_end, $sp - jsr main - nop - moveq 0, $r10 - jump exit - nop |