[Git][cmucl/cmucl][master] Enable relocatable control stack.

Raymond Toy rtoy at common-lisp.net
Sat May 21 18:25:55 UTC 2016


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/2810be34c1afbb51d5af21049a60ba3db25bcf0e
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20160521/82a57bf2/attachment.html>


More information about the cmucl-cvs mailing list