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

Enable relocatable control stack.

Typo prevented enabling the relocatable stack for OSX.
parent c72b7e57
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
#endif
#define BINDING_STACK_SIZE (0x07fff000) /* 128MB - 1 page */
#ifdef RELOCATABLE_STACK_START
#ifndef RELOCATABLE_STACK_START
#define CONTROL_STACK_START (0x40000000)
#endif
......
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