[movitz-cvs] CVS movitz
ffjeld
ffjeld at common-lisp.net
Wed Apr 9 18:00:57 UTC 2008
Update of /project/movitz/cvsroot/movitz
In directory clnet:/tmp/cvs-serv7047
Modified Files:
image.lisp
Log Message:
A bit bigger stack cushion by default.
--- /project/movitz/cvsroot/movitz/image.lisp 2008/04/02 20:49:30 1.119
+++ /project/movitz/cvsroot/movitz/image.lisp 2008/04/09 18:00:56 1.120
@@ -9,7 +9,7 @@
;;;; Created at: Sun Oct 22 00:22:43 2000
;;;; Distribution: See the accompanying file COPYING.
;;;;
-;;;; $Id: image.lisp,v 1.119 2008/04/02 20:49:30 ffjeld Exp $
+;;;; $Id: image.lisp,v 1.120 2008/04/09 18:00:56 ffjeld Exp $
;;;;
;;;;------------------------------------------------------------------
@@ -1015,7 +1015,7 @@
(set-file-position stream (global-slot-position 'stack-vector) 'stack-vector)
(write-binary 'word stream stack-vector-word)
(set-file-position stream (global-slot-position 'stack-bottom) 'stack-bottom)
- (write-binary 'lu32 stream (+ 8 (* 4 4096) ; cushion
+ (write-binary 'lu32 stream (+ 8 (* 6 4096) ; cushion
(- stack-vector-word (tag :other))))
(set-file-position stream (global-slot-position 'stack-top) 'stack-top)
(write-binary 'lu32 stream (+ 8 (- stack-vector-word (tag :other))
More information about the Movitz-cvs
mailing list