1
0
Files
irix-657m-src/stand/arcs/sash/start.s
2022-09-29 17:59:04 +03:00

9 lines
123 B
ArmAsm

/* needed to pull in the csu.s from libsc */
#include <asm.h>
#include <regdef.h>
LEAF(__start)
j startsc
END(__start)