virtio-serial: Turn props any virtio-serial-bus device must have into bus props
[qemu.git] / tests / cris / crt.s
blobaf027d7475566676ab039da731e57f4e30302217
1 .data
2 _stack_start:
3 .space 8192, 0
4 _stack_end:
5 .text
6 .global _start
7 _start:
8 move.d _stack_end, $sp
9 jsr main
10 nop
11 moveq 0, $r10
12 jump exit
13 nop