mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
9 lines
142 B
ArmAsm
9 lines
142 B
ArmAsm
#include <machine/asm.h>
|
|
|
|
.ident "$FreeBSD$"
|
|
ENTRY(_ctx_start)
|
|
mov lr, pc
|
|
mov pc, r4
|
|
mov r0, r5
|
|
bl _C_LABEL(ctx_done)
|
|
bl _C_LABEL(abort)
|