From d29e8bad1a064e482580ac2f18463a9f419199d5 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Mon, 7 Jul 2008 07:57:18 +0000 Subject: [PATCH] 1.0.18.13: adjust address-spaces for Windows 32 * Dynamic-space was too large after the last adjustment. --- src/compiler/x86/parms.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compiler/x86/parms.lisp b/src/compiler/x86/parms.lisp index eebbe55..ff801c5 100644 --- a/src/compiler/x86/parms.lisp +++ b/src/compiler/x86/parms.lisp @@ -176,7 +176,7 @@ (def!constant static-space-end #x221ff000) (def!constant dynamic-space-start #x22300000) - (def!constant dynamic-space-end #x60000000) + (def!constant dynamic-space-end #x42300000) (def!constant linkage-table-space-start #x22200000) (def!constant linkage-table-space-end #x222ff000)) diff --git a/version.lisp-expr b/version.lisp-expr index b95ecb4..9034d32 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"1.0.18.12" +"1.0.18.13" -- 1.7.10.4