Home | History | Annotate | Line # | Download | only in bootxx
start.S revision 1.1.12.2
      1  1.1.12.2  yamt /*	$NetBSD: start.S,v 1.1.12.2 2009/05/04 08:10:48 yamt Exp $	*/
      2  1.1.12.2  yamt 
      3  1.1.12.2  yamt #include <m68k/asm.h>
      4  1.1.12.2  yamt 
      5  1.1.12.2  yamt 	.text
      6  1.1.12.2  yamt 
      7  1.1.12.2  yamt ASENTRY_NOPROFILE(start)
      8  1.1.12.2  yamt 	bra	_C_LABEL(bootxx)	| bootxx is small enough so bra works
      9