repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ide: collapse parameters to ide_init_drive
[qemu/ar7.git]
/
tests
/
tcg
/
hexagon
/
test_jmp.S
blob
5be25c52b252551d72a12552d134c0b266b0a511
1
/* Purpose: test example, verify the soundness of the jump operation */
2
3
#define SYS_exit_group 94
4
5
.text
6
.globl _start
7
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
}