Home | History | Annotate | Line # | Download | only in bootxx
      1 /*	$NetBSD: start.S,v 1.1 2009/01/06 13:35:30 tsutsui Exp $	*/
      2 
      3 #include <m68k/asm.h>
      4 
      5 	.text
      6 
      7 ASENTRY_NOPROFILE(start)
      8 	bra	_C_LABEL(bootxx)	| bootxx is small enough so bra works
      9