bootfiles and fixup
original commit: a6c7f8851fd3996726f62f62e151ff76f0216f72
This commit is contained in:
parent
95d3146c16
commit
6e00dab37f
1
c/gc.c
1
c/gc.c
|
@ -557,7 +557,6 @@ static ptr copy(pp, si) ptr pp; seginfo *si; {
|
|||
}
|
||||
} else {
|
||||
iptr len, n;
|
||||
ISPC s;
|
||||
len = CLOSLEN(pp);
|
||||
n = size_closure(len);
|
||||
#ifdef ENABLE_OBJECT_COUNTS
|
||||
|
|
|
@ -13,14 +13,6 @@
|
|||
;;; See the License for the specific language governing permissions and
|
||||
;;; limitations under the License.
|
||||
|
||||
|
||||
(define generate-procedure-source-information
|
||||
(case-lambda
|
||||
[() #f]
|
||||
[(v) (void)]))
|
||||
|
||||
(define ($make-arity-wrapper-procedure proc mask) proc)
|
||||
|
||||
(printf "loading ~s cross compiler~%" (constant machine-type-name))
|
||||
|
||||
; (current-expand (lambda args (apply sc-expand args)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user