Removed instr3 and added instrf and insutl
authorssmith <ssmith>
Wed, 25 Oct 1995 19:48:33 +0000 (19:48 +0000)
committerssmith <ssmith>
Wed, 25 Oct 1995 19:48:33 +0000 (19:48 +0000)
v8/src/compiler/machines/i386/compiler.sf

index 59ddea884a42f50740f8573a42699a66e255566d..dfe14de612f35242f3de9f4a9c27ba2fb2ec5b69 100644 (file)
@@ -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))))