From: Thiemo Seufer Date: Wed, 5 Sep 2007 20:34:23 +0000 (+0000) Subject: 1.0.9.35: Delete wrong comment. X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=625ddf008874869612eefd2a030d01ecd5b04e94;p=sbcl.git 1.0.9.35: Delete wrong comment. At that place, the header tag is written, and we have nothing like closure-header-slot. --- diff --git a/src/compiler/ppc/alloc.lisp b/src/compiler/ppc/alloc.lisp index 0f8f20d..f2aeb81 100644 --- a/src/compiler/ppc/alloc.lisp +++ b/src/compiler/ppc/alloc.lisp @@ -147,7 +147,6 @@ (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))))) diff --git a/version.lisp-expr b/version.lisp-expr index afafc4d..27a6b8f 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"