From ea01d6b3fc6ea73de24789797fb3fde5e3a26693 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 1 Jun 2014 08:46:22 +0100 Subject: Double the stack as it still runs out on occasion --- amiga/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amiga/gui.c b/amiga/gui.c index 11f874b12..1501a5f88 100644 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -180,7 +180,7 @@ bool cli_force = false; static char *current_user; static char *current_user_dir; -static const __attribute__((used)) char *stack_cookie = "\0$STACK:131072\0"; +static const __attribute__((used)) char *stack_cookie = "\0$STACK:262144\0"; const char * const versvn; const char * const verdate; -- cgit v1.2.3