0.9.3.32:
[sbcl.git] / src / compiler / alpha / alloc.lisp
index 78c3b89..9da5c6d 100644 (file)
               (t
                (inst bis alloc-tn fun-pointer-lowtag result)))
         (storew temp result 0 fun-pointer-lowtag))
+      (storew result result closure-self-slot fun-pointer-lowtag)
       (storew function result closure-fun-slot fun-pointer-lowtag))))
 
 ;;; The compiler likes to be able to directly make value cells.