Make sure that all expressions are properly closed.
authorChris Hanson <org/chris-hanson/cph>
Thu, 14 Feb 2002 01:24:24 +0000 (01:24 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 14 Feb 2002 01:24:24 +0000 (01:24 +0000)
v7/src/compiler/back/asmmac.scm

index 7287b3b2585391ddd9ea4e3abe179f2998da286e..4f15182b867c32b5f95b0f8f249f8b192d238ffe 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: asmmac.scm,v 1.14 2002/02/12 00:25:08 cph Exp $
+$Id: asmmac.scm,v 1.15 2002/02/14 01:24:24 cph Exp $
 
 Copyright (c) 1988, 1990, 1999, 2001, 2002 Massachusetts Institute of Technology
 
@@ -35,7 +35,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
                pattern
                (if (not (pair? actions))
                    (error "DEFINE-INSTRUCTION: Too few forms."))
-               (parse-instruction (car actions) (cdr actions) #f))))
+               (parse-instruction (car actions) (cdr actions) #f
+                                  environment))))
         (ill-formed-syntax form)))))
 
 (define (compile-database cases environment procedure)