From a5e60e27e519f09367c90dbc09a5127bde0f75d8 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Thu, 25 Oct 1990 21:03:20 +0000
Subject: [PATCH] Moved dump from the mips directory to the main compiler
 directory.

---
 compiler/loadcom.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/loadcom.lisp b/compiler/loadcom.lisp
index fa79682ff..b0703b255 100644
--- a/compiler/loadcom.lisp
+++ b/compiler/loadcom.lisp
@@ -121,7 +121,7 @@
 ); #+RT-TARGET PROGN
 
 #+pmax(progn
-(load "mips:dump")
+(load "c:dump")
 (load "mips:core")
 ;(load "mips:genesis")
 
-- 
GitLab