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