diff options
author | 2001-09-02 14:00:39 +0000 | |
---|---|---|
committer | 2001-09-02 14:00:39 +0000 | |
commit | 2c0992e646460bcb571a44077119bc99ea9a439c (patch) | |
tree | 86fe2ae0292fae1a6e10796f595f2a477014747b | |
parent | Remove a duplicate line; dfa@solo.ee (diff) | |
download | wireguard-openbsd-2c0992e646460bcb571a44077119bc99ea9a439c.tar.xz wireguard-openbsd-2c0992e646460bcb571a44077119bc99ea9a439c.zip |
I don't even want to know how I could screw this up so bad and noone noticed.
-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 "); |