Skip to content
Snippets Groups Projects
Commit ec4c78fb authored by Raymond Toy's avatar Raymond Toy
Browse files

Define SIGNAL_STACK_SIZE

parent e4553e8a
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,8 @@ ...@@ -49,6 +49,8 @@
#define CONTROL_STACK_END (CONTROL_STACK_START + control_stack_size) #define CONTROL_STACK_END (CONTROL_STACK_START + control_stack_size)
#endif #endif
#define SIGNAL_STACK_SIZE SIGSTKSZ
#if 0 #if 0
#define BINDING_STACK_START (0x38000000) #define BINDING_STACK_START (0x38000000)
#endif #endif
......
...@@ -109,6 +109,8 @@ ...@@ -109,6 +109,8 @@
#define CONTROL_STACK_END (CONTROL_STACK_START + control_stack_size) #define CONTROL_STACK_END (CONTROL_STACK_START + control_stack_size)
#endif #endif
#define SIGNAL_STACK_SIZE SIGSTKSZ
#define DYNAMIC_0_SPACE_START (SpaceStart_TargetDynamic) #define DYNAMIC_0_SPACE_START (SpaceStart_TargetDynamic)
/* This isn't used with GENCGC */ /* This isn't used with GENCGC */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment