1# This file gets linked to start at 0xffffff0, so the call is an overflow.
2	.text
3	.global start
4	.type	start, @function
5	.set	noreorder
6start:
7	nop
8	nop
9	nop
10	nop
11	jal	start
12	nop
13	.type start, @function
14