summaryrefslogtreecommitdiff
path: root/lib/csu/m68k
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/m68k')
-rw-r--r--lib/csu/m68k/crt0.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/csu/m68k/crt0.c b/lib/csu/m68k/crt0.c
index 8cb885e162e..9484cf5e7cf 100644
--- a/lib/csu/m68k/crt0.c
+++ b/lib/csu/m68k/crt0.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: crt0.c,v 1.6 2002/09/17 12:53:44 mickey Exp $ */
+/* $OpenBSD: crt0.c,v 1.7 2002/09/17 21:16:01 deraadt Exp $ */
/* $NetBSD: crt0.c,v 1.14 1995/06/03 13:16:11 pk Exp $ */
/*
* Copyright (c) 1993 Paul Kranenburg
@@ -33,7 +33,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
-static char rcsid[] = "$OpenBSD: crt0.c,v 1.6 2002/09/17 12:53:44 mickey Exp $";
+static char rcsid[] = "$OpenBSD: crt0.c,v 1.7 2002/09/17 21:16:01 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>
@@ -95,7 +95,7 @@ asm ("__callmain:"); /* Defined for the benefit of debuggers */
}
#ifdef DYNAMIC
- asm(" ___syscall2:");
+ asm(" ___syscall:");
asm(" movel a7@+,a0"); /* return address */
asm(" movel a7@,d0"); /* syscall number */
asm(" movel a0,a7@");