]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/libc/arm/gen/_ctx_start.S
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / lib / libc / arm / gen / _ctx_start.S
1 #include <machine/asm.h>
2
3 .ident  "$FreeBSD$"
4 ENTRY(_ctx_start)
5         mov     lr, pc
6         mov     pc, r4
7         mov     r0, r5
8         bl      _C_LABEL(ctx_done)
9         bl      _C_LABEL(abort)