Skip to content
Snippets Groups Projects
Commit 1332b02a authored by rtoy's avatar rtoy
Browse files

The WITH-FIXED-ALLOCATION body is empty in MAKE-VALUE-CELL. We

probably want to initialize the value into the value cell in a
pseudo-atomic section.
parent 494a47ad
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/alloc.lisp,v 1.12 2004/05/15 18:30:47 rtoy Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/x86/alloc.lisp,v 1.13 2005/05/10 16:32:41 rtoy Rel $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -202,8 +202,8 @@ ...@@ -202,8 +202,8 @@
(:node-var node) (:node-var node)
(:generator 10 (:generator 10
(with-fixed-allocation (with-fixed-allocation
(result value-cell-header-type value-cell-size node)) (result value-cell-header-type value-cell-size node)
(storew value result value-cell-value-slot other-pointer-type))) (storew value result value-cell-value-slot other-pointer-type))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment