Formerly unix/bsd/hp/m68k/start.c.~6~

This commit is contained in:
Roland McGrath 1992-01-11 04:02:16 +00:00
parent eb855956fb
commit ab346b1289
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/* hp300 4.3 BSD starts at 4, rather than 0, when the start address is 0.
Go figure. */
asm(".globl __start\n"
"__start: .long 0");
"__start: .ascii 'scum'"); /* He he. */
#define _start __start0