From 08aae7cd2f6cbc3e73dccfdd5dc95cab00739f5b Mon Sep 17 00:00:00 2001 From: ssmith Date: Fri, 20 Jan 1995 23:13:03 +0000 Subject: [PATCH] Added some hooks. --- v8/src/compiler/machines/i386/lapgen.scm | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/v8/src/compiler/machines/i386/lapgen.scm b/v8/src/compiler/machines/i386/lapgen.scm index 4286185cc..ea9847203 100644 --- a/v8/src/compiler/machines/i386/lapgen.scm +++ b/v8/src/compiler/machines/i386/lapgen.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: lapgen.scm,v 1.6 1995/01/20 22:45:36 ssmith Exp $ +$Id: lapgen.scm,v 1.7 1995/01/20 23:13:03 ssmith Exp $ Copyright (c) 1992-1993 Massachusetts Institute of Technology @@ -651,11 +651,7 @@ MIT in each case. |# link error primitive-error - short-primitive-apply - ;; New stuff for 8.0 - interrupt-closure/new - interrupt-procedure/new - interrupt-continuation/new) + short-primitive-apply) (define-entries #x-80 0 &+ @@ -682,7 +678,14 @@ MIT in each case. |# shortcircuit-apply-size-6 shortcircuit-apply-size-7 shortcircuit-apply-size-8 - interrupt-continuation-2)) + interrupt-continuation-2 + ;; New stuff for 8.0 + string-allocate + vector-cons + floating-vector-cons + interrupt-closure/new + interrupt-procedure/new + interrupt-continuation/new)) ;; Operation tables -- 2.25.1