1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-04 17:15:50 +00:00
freebsd/lib/libc/arm/gen/_ctx_start.S
2004-11-05 23:53:02 +00:00

10 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)