*** empty log message ***
authorChris Hanson <org/chris-hanson/cph>
Thu, 7 May 1987 00:10:45 +0000 (00:10 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 7 May 1987 00:10:45 +0000 (00:10 +0000)
v7/src/compiler/rtlbase/rtlcon.scm

index 0ef8038aeb9b95dda9031592f5027d2e03c65c45..3760433d7130a10db6e657c83598bf240070b4a5 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/rtlbase/rtlcon.scm,v 1.1 1987/04/21 23:49:53 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/compiler/rtlbase/rtlcon.scm,v 1.2 1987/05/07 00:10:45 cph Exp $
 
 Copyright (c) 1987 Massachusetts Institute of Technology
 
@@ -87,7 +87,7 @@ MIT in each case. |#
 
 (define (rtl:make-push-return continuation)
   (%make-assign (stack-push-address)
-                   (rtl:make-entry:continuation continuation)))
+               (rtl:make-entry:continuation continuation)))
 \f
 ;;; Interpreter Calls