From 7925cc72f6ad458ca7a098496465356890e0fa81 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Mon, 25 Jun 1990 23:44:45 +0000
Subject: [PATCH] Added (use-package "EXT") 'cause we need to get at
 symbolicate.

---
 compiler/mips/insts.lisp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/compiler/mips/insts.lisp b/compiler/mips/insts.lisp
index 7e4decf7d..267b7ac13 100644
--- a/compiler/mips/insts.lisp
+++ b/compiler/mips/insts.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman (FAHLMAN@CMUC). 
 ;;; **********************************************************************
 ;;;
-;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/insts.lisp,v 1.20 1990/06/25 23:00:08 ram Exp $
+;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/insts.lisp,v 1.21 1990/06/25 23:44:45 wlott Exp $
 ;;;
 ;;; Description of the MIPS architecture.
 ;;;
@@ -16,6 +16,7 @@
 
 (in-package "MIPS")
 (use-package "ASSEM")
+(use-package "EXT")
 
 (import '(c::tn-p c::tn-sc c::tn-offset c::sc-sb c::sb-name c::zero-tn
 		  c::registers c::float-registers
-- 
GitLab