summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/csu/sparc64/crt0.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/sparc64/crt0.c b/lib/csu/sparc64/crt0.c
index e75f0db8ad6..db48fc43630 100644
--- a/lib/csu/sparc64/crt0.c
+++ b/lib/csu/sparc64/crt0.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: crt0.c,v 1.1 2001/08/29 02:25:15 art Exp $ */
+/* $OpenBSD: crt0.c,v 1.2 2001/09/02 14:00:39 art Exp $ */
/*
* Copyright (c) 1995 Christopher G. Demetriou
@@ -53,7 +53,7 @@ _start:
__start:
clr %g4
clr %fp
- add %sp, 2047, %o0 /* stack */
+ add %sp, 2175, %o0 /* stack */
ba,pt %icc, ___start
nop
");