Formerly unix/bsd/hp/m68k/start.c.~6~
authorRoland McGrath <roland@gnu.org>
Sat, 11 Jan 1992 04:02:16 +0000 (04:02 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 11 Jan 1992 04:02:16 +0000 (04:02 +0000)
sysdeps/unix/bsd/hp/m68k/start.c

index 4b32156..fcafa33 100644 (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