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