#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.81 1991/03/24 23:52:47 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/machines/bobcat/make.scm-68040,v 4.82 1991/04/02 00:06:29 cph Exp $
Copyright (c) 1988-91 Massachusetts Institute of Technology
((package/reference (find-package name) 'INITIALIZE-PACKAGE!)))
'((COMPILER MACROS)
(COMPILER DECLARATIONS)))
-(add-system! (make-system "Liar (Motorola MC68020)" 4 81 '()))
\ No newline at end of file
+(add-system! (make-system "Liar (Motorola MC68020)" 4 82 '()))
\ No newline at end of file
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/rtlgen/rtlgen.scm,v 4.24 1991/02/15 16:52:44 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/rtlgen/rtlgen.scm,v 4.25 1991/04/02 00:05:04 cph Exp $
Copyright (c) 1988-91 Massachusetts Institute of Technology
(block/next-continuation-offset
(block-parent stack-link)
offset)
- offset))))
+ (let ((continuation
+ (lvalue-known-value
+ (stack-block/continuation-lvalue popping-limit))))
+ (if (and continuation
+ (continuation/always-known-operator?
+ continuation))
+ (block/next-continuation-offset
+ (continuation/closing-block continuation)
+ offset)
+ offset))))))
offset))
(define (generate/continuation-entry/pop-extra continuation)