From ba4c48ee310305ed96cc49c9b88fa0608bf0ae75 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Wed, 7 Nov 1990 13:17:37 +0000 Subject: [PATCH] Added export of vop-attributes --- compiler/mips/vm.lisp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/compiler/mips/vm.lisp b/compiler/mips/vm.lisp index b115b9476..6f8c56aca 100644 --- a/compiler/mips/vm.lisp +++ b/compiler/mips/vm.lisp @@ -7,7 +7,7 @@ ;;; Lisp, please contact Scott Fahlman (Scott.Fahlman@CS.CMU.EDU) ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/vm.lisp,v 1.36 1990/11/03 03:20:07 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/vm.lisp,v 1.37 1990/11/07 13:17:37 wlott Exp $ ;;; ;;; This file contains the VM definition for the MIPS R2000 and the new ;;; object format. @@ -281,9 +281,12 @@ ;;;; Side-Effect Classes +(export '(vop-attributes)) + (def-boolean-attribute vop any) + ;;; ;;; Immediate-Constant-SC -- Interface -- GitLab