From df70c7daa3632d9aab9a59e73c6d3935e870fe43 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 19 Oct 2012 20:27:10 +0100 Subject: Ensure stack size is at least 128KB --- amiga/gui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'amiga/gui.c') diff --git a/amiga/gui.c b/amiga/gui.c index ab94e8ca0..15ac1f553 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -158,6 +158,7 @@ static char *current_user_dir; const char tree_directory_icon_name[] = "def_drawer.info"; const char tree_content_icon_name[] = "def_project.info"; +static const __attribute__((used)) char *stack_cookie = "\0$STACK:131072\0"; static struct DrawInfo *dri; -- cgit v1.2.3