mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
9 lines
73 B
ArmAsm
9 lines
73 B
ArmAsm
|
|
/* $FreeBSD$ */
|
||
|
|
|
||
|
|
.text
|
||
|
|
.globl _start
|
||
|
|
_start:
|
||
|
|
call ofw_init
|
||
|
|
nop
|
||
|
|
sir
|