freebsd-dev/stand/sparc64/boot1/_start.s
2017-11-14 23:02:19 +00:00

9 lines
73 B
ArmAsm

/* $FreeBSD$ */
.text
.globl _start
_start:
call ofw_init
nop
sir