diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-09-02 14:00:40 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-09-02 14:00:40 +0000 |
commit | dfcd269f3f7a381d4cc4ebd5f6e22a54868f14ff (patch) | |
tree | f42cc836a5d58ed8d87bf4d0be327854feae5e39 /lib | |
parent | fe49cfef76e28f5bb017a797b07f287377cbce68 (diff) |
I don't even want to know how I could screw this up so bad and noone noticed.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/csu/sparc64/crt0.c | 4 |
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 "); |