From 8945102eb593a5cfd9b4d860169a18155339dce7 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 5 Feb 1992 16:55:26 +0000 Subject: [PATCH] More changes. --- v7/src/microcode/cmpintmd/i386.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/cmpintmd/i386.h b/v7/src/microcode/cmpintmd/i386.h index e0487b318..03cbedf60 100644 --- a/v7/src/microcode/cmpintmd/i386.h +++ b/v7/src/microcode/cmpintmd/i386.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpintmd/i386.h,v 1.4 1992/01/31 04:19:26 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpintmd/i386.h,v 1.5 1992/02/05 16:55:26 jinx Exp $ Copyright (c) 1992 Massachusetts Institute of Technology @@ -348,7 +348,7 @@ DEFUN_VOID (i386_reset_hook) /* These must match machines/i386/lapgen.scm */ SETUP_REGISTER (asm_scheme_to_interface); /* 0 */ - SETUP_REGISTER (asm_scheme_to_interface_jsr); /* 1 */ + SETUP_REGISTER (asm_scheme_to_interface_call); /* 1 */ if (offset != ESI_TRAMPOLINE_TO_INTERFACE_OFFSET) { -- 2.25.1