From 4fb60d574ab83f7519434be42239b27dfdd53289 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Wed, 15 Aug 1990 02:51:40 +0000 Subject: [PATCH] Added four new types, funcallable-instance-header and 3 unused function header types (in case we want to use them without having to recompile everything again). --- compiler/mips/parms.lisp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/compiler/mips/parms.lisp b/compiler/mips/parms.lisp index 3422eaa5a..a1661c835 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.66 1990/07/13 16:38:17 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/parms.lisp,v 1.67 1990/08/15 02:51:40 wlott Exp $ ;;; ;;; This file contains some parameterizations of various VM ;;; attributes for the MIPS. This file is separate from other stuff so @@ -192,9 +192,13 @@ code-header function-header + closure-header + funcallable-instance-header + unused-function-header-1 + unused-function-header-2 + unused-function-header-3 closure-function-header return-pc-header - closure-header value-cell-header symbol-header base-character -- GitLab