ide: collapse parameters to ide_init_drive
[qemu/ar7.git] / tests / tcg / hexagon / test_jmp.S
blob5be25c52b252551d72a12552d134c0b266b0a511
1 /* Purpose: test example, verify the soundness of the jump operation */
3 #define SYS_exit_group 94
5     .text
6     .globl _start
8 _start:
9     {
10         jump pass
11     }
12     /*
13      * Inlined fail label in crt.S so we can fail without
14      * having a functioning jump
15      */
16     {
17         r0 = #1
18         r6 = #SYS_exit_group
19     }
20     {
21         trap0(#1)
22     }