Ooops.. small type val->value
authorssmith <ssmith>
Wed, 25 Oct 1995 20:16:02 +0000 (20:16 +0000)
committerssmith <ssmith>
Wed, 25 Oct 1995 20:16:02 +0000 (20:16 +0000)
v8/src/compiler/machines/i386/make.scm

index 0b368792fb4871cd8de80f5d7d0c9eedf06b046c..8610e6272d8bca630263bc02c535a7090ca6aa5e 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: make.scm,v 1.2 1995/10/25 19:54:30 ssmith Exp $
+$Id: make.scm,v 1.3 1995/10/25 20:16:02 ssmith Exp $
 
 Copyright (c) 1992-1993 Massachusetts Institute of Technology
 
@@ -43,6 +43,6 @@ MIT in each case. |#
               (env (->environment '(compiler))))
           (set! (access compiler:generate-stack-checks? env) false)
           (set! (access compiler:compress-top-level? env) true)
-          val)
+          value)
         (load "midend/load" #F))))
   (loader))