freebsd-skq/lib/libc/arm/gen/_ctx_start.S
Olivier Houchard 2357939bc2 Import the FreeBSD/arm libc bits.
Obtained from:	NetBSD
2004-05-14 12:04:31 +00:00

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