From af61815bec2553f43c6eb6c8c0ba3e09c5911084 Mon Sep 17 00:00:00 2001 From: ssmith Date: Wed, 25 Oct 1995 20:16:02 +0000 Subject: [PATCH] Ooops.. small type val->value --- v8/src/compiler/machines/i386/make.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v8/src/compiler/machines/i386/make.scm b/v8/src/compiler/machines/i386/make.scm index 0b368792f..8610e6272 100644 --- a/v8/src/compiler/machines/i386/make.scm +++ b/v8/src/compiler/machines/i386/make.scm @@ -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)) -- 2.25.1