From 7d4ca1a85a911b4109799f9200f08818961717f5 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Fri, 20 Nov 2009 16:42:07 +0000 Subject: Increase stack space for the Gigabeat S specific headphone thread to fix stack overflow when compiled with gcc 4.4 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23678 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c b/firmware/target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c index 6043d00bf5..14bb534138 100644 --- a/firmware/target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c +++ b/firmware/target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c @@ -31,7 +31,7 @@ static struct wakeup headphone_wakeup; static unsigned int headphone_thread_id; -static int headphone_stack[160/sizeof(int)]; /* Not much stack needed */ +static int headphone_stack[200/sizeof(int)]; /* Not much stack needed */ static const char * const headphone_thread_name = "headphone"; static bool headphones_detect = false; -- cgit v1.2.3