From ebd2a29089e270c1aeeecde55678ddc20021eb12 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 6 Nov 1992 23:15:01 +0000 Subject: [PATCH] Export variables controlling debugging info generation to global env. --- v7/src/compiler/machines/mips/compiler.pkg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/v7/src/compiler/machines/mips/compiler.pkg b/v7/src/compiler/machines/mips/compiler.pkg index 9d63899bc..2ac1166b8 100644 --- a/v7/src/compiler/machines/mips/compiler.pkg +++ b/v7/src/compiler/machines/mips/compiler.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: compiler.pkg,v 1.9 1992/10/19 20:14:01 jinx Exp $ +$Id: compiler.pkg,v 1.10 1992/11/06 23:15:01 cph Exp $ Copyright (c) 1988-1992 Massachusetts Institute of Technology @@ -161,6 +161,11 @@ MIT in each case. |# compile-bin-file compile-procedure compile-scode + compiler:dump-bci-file + compiler:dump-bci/bcs-files + compiler:dump-bif/bsm-files + compiler:dump-inf-file + compiler:dump-info-file compiler:reset! cross-compile-bin-file cross-compile-bin-file-end) -- 2.25.1