(pseudo-atomic (pa-flag)
(inst or result alloc-tn other-pointer-lowtag)
+ (inst addu alloc-tn boxed)
(storew ndescr result 0 other-pointer-lowtag)
(storew unboxed result code-code-size-slot other-pointer-lowtag)
+ (inst addu alloc-tn unboxed)
(storew null-tn result code-entry-points-slot other-pointer-lowtag)
- (inst addu alloc-tn boxed)
- (inst addu alloc-tn unboxed))
-
- (storew null-tn result code-debug-info-slot other-pointer-lowtag)))
+ (storew null-tn result code-debug-info-slot other-pointer-lowtag))))
(define-vop (make-fdefn)
(:policy :fast-safe)
;;; 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".)
-"0.9.4.41"
+"0.9.4.42"