1#include <machine/asm.h> 2 3.ident "$FreeBSD$" 4ENTRY(_ctx_start) 5 mov pc, r0 6 mov r0, r1 7 bl _C_LABEL(ctx_done) 8 bl _C_LABEL(abort) 9