From d4f409fa753530927ed33b9391f2ac70471d1df6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 11 Jan 1992 08:27:22 +0000 Subject: [PATCH] Formerly unix/bsd/hp/m68k/start.c.~7~ --- sysdeps/unix/bsd/hp/m68k/start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/unix/bsd/hp/m68k/start.c b/sysdeps/unix/bsd/hp/m68k/start.c index fcafa339aa..d3c0ebd2f0 100644 --- a/sysdeps/unix/bsd/hp/m68k/start.c +++ b/sysdeps/unix/bsd/hp/m68k/start.c @@ -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: .ascii 'scum'"); /* He he. */ + "__start: .ascii \"scum\""); /* He he. */ #define _start __start0 -- 2.43.5