From b268c21b08dffb30dae667cdd4aacf5a3a78488a Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Wed, 7 Nov 1990 02:25:33 +0000 Subject: [PATCH] Now that the vops live in the mips package, we need to import the debug-internal symbols into the mips package instead of the c package. --- compiler/mips/debug.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/mips/debug.lisp b/compiler/mips/debug.lisp index aa1ff41ac..02268af0f 100644 --- a/compiler/mips/debug.lisp +++ b/compiler/mips/debug.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/debug.lisp,v 1.5 1990/11/03 03:25:29 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/mips/debug.lisp,v 1.6 1990/11/07 02:25:33 wlott Exp $ ;;; ;;; Compiler support for the new whizzy debugger. ;;; @@ -19,7 +19,7 @@ (import '(c::current-fp)) (import '(current-sp current-fp stack-ref %set-stack-ref lra-code-header function-code-header make-lisp-obj get-lisp-obj-address) - (find-package "C")) + (find-package "MIPS")) (in-package "MIPS") -- GitLab