From a8d9f70dc29beeac3bf616f0d2b44816b2e1e2c3 Mon Sep 17 00:00:00 2001 From: ssmith Date: Wed, 25 Oct 1995 19:48:33 +0000 Subject: [PATCH] Removed instr3 and added instrf and insutl --- v8/src/compiler/machines/i386/compiler.sf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v8/src/compiler/machines/i386/compiler.sf b/v8/src/compiler/machines/i386/compiler.sf index 59ddea884..dfe14de61 100644 --- a/v8/src/compiler/machines/i386/compiler.sf +++ b/v8/src/compiler/machines/i386/compiler.sf @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: compiler.sf,v 1.2 1995/10/25 19:27:00 ssmith Exp $ +$Id: compiler.sf,v 1.3 1995/10/25 19:48:33 ssmith Exp $ Copyright (c) 1988-95 Massachusetts Institute of Technology @@ -110,7 +110,7 @@ MIT in each case. |# (load (string-append "machines/i386/" name ".scm") '(COMPILER LAP-SYNTAXER) early-syntax-table)) - '("instr1" "instr2" "instr3"))))) + '("instr1" "instr2" "instrf" "insutl"))))) ;; Resyntax any files that need it. ((access syntax-files! (->environment '(COMPILER)))) -- 2.25.1