From c0d783642f29167d2af3be8832319d226e5d0960 Mon Sep 17 00:00:00 2001 From: "Henry M. Wu" Date: Tue, 21 Jul 1987 01:40:20 +0000 Subject: [PATCH] Added generation of debugging info filename. --- v7/src/compiler/machines/bobcat/rules3.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/v7/src/compiler/machines/bobcat/rules3.scm b/v7/src/compiler/machines/bobcat/rules3.scm index d98cff68c..dc6a0035e 100644 --- a/v7/src/compiler/machines/bobcat/rules3.scm +++ b/v7/src/compiler/machines/bobcat/rules3.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/rules3.scm,v 1.10 1987/07/20 18:15:25 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/rules3.scm,v 1.11 1987/07/21 01:40:20 mhwu Exp $ Copyright (c) 1987 Massachusetts Institute of Technology @@ -212,6 +212,9 @@ MIT in each case. |# (declare-constants uuo-links (declare-constants constants (LAP + ;; Place holder for the debugging info filename + ,@(let ((debugging-information-label (allocate-constant-label))) + (LAP (SCHEME-OBJECT ,debugging-information-label DEBUGGING-INFO))) ,@(let ((environment-label (allocate-constant-label))) (LAP (SCHEME-OBJECT ,environment-label ENVIRONMENT) (LEA (@PCR ,environment-label) (A 0)))) -- 2.25.1