From 00643375af60065fdc2a81c37380dfce2131ae07 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Wed, 13 Jan 1993 15:58:41 +0000
Subject: [PATCH] gengc allocation mods.

---
 compiler/mips/float.lisp | 4 ++--
 compiler/mips/sap.lisp   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/compiler/mips/float.lisp b/compiler/mips/float.lisp
index 2bd284a58..84e4deab3 100644
--- a/compiler/mips/float.lisp
+++ b/compiler/mips/float.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/mips/float.lisp,v 1.16 1992/07/28 20:37:30 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/float.lisp,v 1.17 1993/01/13 15:58:21 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -70,7 +70,7 @@
   (:args (x :to :save))
   (:results (y))
   (:temporary (:scs (non-descriptor-reg)) ndescr)
-  (:temporary (:sc non-descriptor-reg :offset nl4-offset) pa-flag)
+  #-gengc (:temporary (:sc non-descriptor-reg :offset nl4-offset) pa-flag)
   (:variant-vars double-p size type data)
   (:note "float to pointer coercion")
   (:generator 13
diff --git a/compiler/mips/sap.lisp b/compiler/mips/sap.lisp
index cbb321495..efbf2b6f5 100644
--- a/compiler/mips/sap.lisp
+++ b/compiler/mips/sap.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/mips/sap.lisp,v 1.26 1992/07/28 20:37:48 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/sap.lisp,v 1.27 1993/01/13 15:58:41 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -40,7 +40,7 @@
   (:args (x :scs (sap-reg) :target sap))
   (:temporary (:scs (sap-reg) :from (:argument 0)) sap)
   (:temporary (:scs (non-descriptor-reg)) ndescr)
-  (:temporary (:sc non-descriptor-reg :offset nl4-offset) pa-flag)
+  #-gengc (:temporary (:sc non-descriptor-reg :offset nl4-offset) pa-flag)
   (:results (y :scs (descriptor-reg)))
   (:note "system area pointer allocation")
   (:generator 20
-- 
GitLab