Added generation of debugging info filename.
authorHenry M. Wu <edu/mit/csail/zurich/mhwu>
Tue, 21 Jul 1987 01:40:20 +0000 (01:40 +0000)
committerHenry M. Wu <edu/mit/csail/zurich/mhwu>
Tue, 21 Jul 1987 01:40:20 +0000 (01:40 +0000)
v7/src/compiler/machines/bobcat/rules3.scm

index d98cff68c8ae593ff1d8cd7b7ef2d685f30157ee..dc6a0035e821834062b7bb4a0f526b21eb168abe 100644 (file)
@@ -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))))