mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-07 13:09:33 -04:00
9 lines
180 B
ArmAsm
9 lines
180 B
ArmAsm
/* $NetBSD: start.S,v 1.1 2009/01/06 13:35:30 tsutsui Exp $ */
|
|
|
|
#include <m68k/asm.h>
|
|
|
|
.text
|
|
|
|
ASENTRY_NOPROFILE(start)
|
|
bra _C_LABEL(bootxx) | bootxx is small enough so bra works
|