From b33ab9d536ebe9d2dbd5a480f557dd79c56d8806 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Fri, 27 Aug 1993 18:56:43 +0000
Subject: [PATCH] Fixed allocate-code-object to pass the number of words to
 large-alloc in nargs, not a0.

---
 compiler/mips/alloc.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/mips/alloc.lisp b/compiler/mips/alloc.lisp
index 94faa47dc..76ff858ee 100644
--- a/compiler/mips/alloc.lisp
+++ b/compiler/mips/alloc.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/alloc.lisp,v 1.25 1993/06/12 20:34:33 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/alloc.lisp,v 1.26 1993/08/27 18:56:43 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -133,7 +133,7 @@
   (:args (boxed :scs (any-reg))
 	 (unboxed :scs (any-reg)))
   (:results (result :scs (descriptor-reg)))
-  (:temporary (:sc any-reg :offset a0-offset :to (:result 0) :target result)
+  (:temporary (:sc any-reg :offset nargs-offset :to (:result 0) :target result)
 	      words)
   (:temporary (:sc non-descriptor-reg :offset nl0-offset) lowtag)
   (:temporary (:sc any-reg :offset nl1-offset) header)
-- 
GitLab