1.0.9.34: Encapulate the whole closure generation in pseudo-atomic.
[sbcl.git] / src / compiler / mips / alloc.lisp
index fdeb152..033f4c8 100644 (file)
         (inst or result fun-pointer-lowtag)
         (inst li temp (logior (ash (1- size) n-widetag-bits)
                               closure-header-widetag))
-        (storew temp result 0 fun-pointer-lowtag))
-      (storew function result closure-fun-slot fun-pointer-lowtag))))
+        (storew temp result 0 fun-pointer-lowtag)
+        (storew function result closure-fun-slot fun-pointer-lowtag)))))
 
 ;;; The compiler likes to be able to directly make value cells.
 (define-vop (make-value-cell)