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