Skip to content
Snippets Groups Projects
Commit b268c21b authored by wlott's avatar wlott
Browse files

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.
parent 900500dd
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment