summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-08-03 12:24:08 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-08-03 12:24:08 +0100
commit2353790a4519c39976f24c90ff64b4ecb9833823 (patch)
tree8b1ab18a891ab263905b6b4681fc96888e0efdaf /amiga
parentca077b06386bf86c3f7e8b13ba8a90d59ccf54ec (diff)
downloadnetsurf-2353790a4519c39976f24c90ff64b4ecb9833823.tar.gz
netsurf-2353790a4519c39976f24c90ff64b4ecb9833823.tar.bz2
Reduce minimum stack to 128K.
This should make it easier to see if bug#2177 is fully resolved.
Diffstat (limited to 'amiga')
-rw-r--r--amiga/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 400330fe7..c3c469d50 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -181,7 +181,7 @@ static char *current_user;
static char *current_user_dir;
static char *current_user_faviconcache;
-static const __attribute__((used)) char *stack_cookie = "\0$STACK:1048576\0";
+static const __attribute__((used)) char *stack_cookie = "\0$STACK:131072\0";
const char * const versvn;
const char * const verdate;