[Git][cmucl/cmucl][master] Enable relocatable control stack.
Raymond Toy pushed to branch master at cmucl / cmucl Commits: 2810be34 by Raymond Toy at 2016-05-21T11:25:44-07:00 Enable relocatable control stack. Typo prevented enabling the relocatable stack for OSX. - - - - - 1 changed file: - src/lisp/x86-validate-darwin.h Changes: ===================================== src/lisp/x86-validate-darwin.h ===================================== --- a/src/lisp/x86-validate-darwin.h +++ b/src/lisp/x86-validate-darwin.h @@ -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 View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/2810be34c1afbb51d5af21049a...
participants (1)
-
Raymond Toy