From 33d1cc55e3fb0cf4241f5f59170b67ff75967205 Mon Sep 17 00:00:00 2001 From: ssmith Date: Wed, 25 Oct 1995 19:49:37 +0000 Subject: [PATCH] Removed instr3, added instrf and insutl --- v8/src/compiler/machines/i386/compiler.pkg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v8/src/compiler/machines/i386/compiler.pkg b/v8/src/compiler/machines/i386/compiler.pkg index d9b0e1ea4..a95db9047 100644 --- a/v8/src/compiler/machines/i386/compiler.pkg +++ b/v8/src/compiler/machines/i386/compiler.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: compiler.pkg,v 1.2 1995/10/25 19:27:35 ssmith Exp $ +$Id: compiler.pkg,v 1.3 1995/10/25 19:49:37 ssmith Exp $ Copyright (c) 1988-1995 Massachusetts Institute of Technology @@ -428,7 +428,8 @@ MIT in each case. |# "machines/i386/inerly" ;Early binding version "machines/i386/instr1" ;I386 instruction utilities "machines/i386/instr2" ;I386 instructions - "machines/i386/instr3" ; " " + "machines/i386/instrf" ; " " + "machines/i386/insutl" ; " " ) (parent (compiler)) (export (compiler) -- 2.25.1