From 6c433e4c8d04958fe2cf29f73d0f78c0835b4511 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Sun, 6 May 1990 05:25:15 +0000
Subject: [PATCH] Added :alloc-trans for bignums.

---
 compiler/mips/parms.lisp | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/compiler/mips/parms.lisp b/compiler/mips/parms.lisp
index 35b5888a6..5a1b6a4b6 100644
--- a/compiler/mips/parms.lisp
+++ b/compiler/mips/parms.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.44 1990/04/23 16:45:16 wlott Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.45 1990/05/06 05:25:15 wlott Exp $
 ;;;
 ;;;    This file contains some parameterizations of various VM
 ;;; attributes for the MIPS.  This file is separate from other stuff so 
@@ -304,7 +304,8 @@
        :init :arg))
 
 (define-primitive-object (bignum :lowtag other-pointer-type
-				 :header bignum-type)
+				 :header bignum-type
+				 :alloc-trans bignum::%allocate-bignum)
   (digits :rest-p t :c-type "long"))
 
 (define-primitive-object (ratio :lowtag other-pointer-type
-- 
GitLab