mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
8 lines
130 B
ArmAsm
8 lines
130 B
ArmAsm
#include <machine/asm.h>
|
|
|
|
.ident "$FreeBSD$"
|
|
ENTRY(_ctx_start)
|
|
mov pc, r0
|
|
mov r0, r1
|
|
bl _C_LABEL(ctx_done)
|
|
bl _C_LABEL(abort)
|