From 1e302728b56cc2a43aaa3259b378657112dcf8fc Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Wed, 13 Jan 1993 18:26:44 +0000
Subject: [PATCH] gengc mods

---
 compiler/loadbackend.lisp | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/compiler/loadbackend.lisp b/compiler/loadbackend.lisp
index 72d777fca..06d6351c4 100644
--- a/compiler/loadbackend.lisp
+++ b/compiler/loadbackend.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/loadbackend.lisp,v 1.7 1992/06/08 21:09:18 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/loadbackend.lisp,v 1.8 1993/01/13 18:26:44 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -24,8 +24,6 @@
 (load "vm:interr")
 (load "assem:support")
 (load "vm:macros")
-(when (target-featurep :gengc)
-  (load "vm:vm-utils"))
 (load "vm:utils")
 
 (load "vm:vm")
@@ -62,8 +60,7 @@
 
 (load "assem:array")
 (load "assem:arith")
-(unless (target-featurep :gengc)
-  (load "assem:alloc"))
+(load "assem:alloc")
 
 (load "c:pseudo-vops")
 
-- 
GitLab