1.0.9.35: Delete wrong comment.
authorThiemo Seufer <ths@networkno.de>
Wed, 5 Sep 2007 20:34:23 +0000 (20:34 +0000)
committerThiemo Seufer <ths@networkno.de>
Wed, 5 Sep 2007 20:34:23 +0000 (20:34 +0000)
At that place, the header tag is written, and we have nothing
like closure-header-slot.

src/compiler/ppc/alloc.lisp
version.lisp-expr

index 0f8f20d..f2aeb81 100644 (file)
               (allocation result (pad-data-block size)
                           fun-pointer-lowtag :temp-tn temp :flag-tn pa-flag)
               (inst lr temp (logior (ash (1- size) n-widetag-bits) closure-header-widetag))))
-        ;;; should this be closure-fun-slot instead of 0?
         (storew temp result 0 fun-pointer-lowtag)
         (storew function result closure-fun-slot fun-pointer-lowtag)))))
 
index afafc4d..27a6b8f 100644 (file)
@@ -17,4 +17,4 @@
 ;;; 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".)
-"1.0.9.34"
+"1.0.9.35"