diff options
Diffstat (limited to 'demos/GNU-Linux-GCC/chcore.h')
-rw-r--r-- | demos/GNU-Linux-GCC/chcore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/GNU-Linux-GCC/chcore.h b/demos/GNU-Linux-GCC/chcore.h index fca0a03ea..48a052513 100644 --- a/demos/GNU-Linux-GCC/chcore.h +++ b/demos/GNU-Linux-GCC/chcore.h @@ -106,7 +106,7 @@ struct context { * calculation of the correct working area size.
*/
#ifndef INT_REQUIRED_STACK
-#define INT_REQUIRED_STACK 0x40000
+#define INT_REQUIRED_STACK 0x8000
#endif
/**
|