From: Chris Hanson Date: Mon, 17 Dec 2001 19:41:58 +0000 (+0000) Subject: Fix: ia32_cache_synchronize is supposed to be an ordinary C procedure, X-Git-Tag: 20090517-FFI~2399 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f561501954c8009471ec23940e90f53acfec4a0a;p=mit-scheme.git Fix: ia32_cache_synchronize is supposed to be an ordinary C procedure, not an "entry point" for "cmpint.c". --- diff --git a/v7/src/microcode/cmpauxmd/i386.m4 b/v7/src/microcode/cmpauxmd/i386.m4 index 2b6765146..767c05496 100644 --- a/v7/src/microcode/cmpauxmd/i386.m4 +++ b/v7/src/microcode/cmpauxmd/i386.m4 @@ -1,6 +1,6 @@ ### -*-Midas-*- ### -### $Id: i386.m4,v 1.52 2001/12/17 19:29:44 cph Exp $ +### $Id: i386.m4,v 1.53 2001/12/17 19:41:58 cph Exp $ ### ### Copyright (c) 1992-2001 Massachusetts Institute of Technology ### @@ -659,7 +659,7 @@ interface_to_C_proceed:') leave ret -define_c_label(ia32_cache_synchronize) +define_code_label(EFR(ia32_cache_synchronize)) OP(push,l) REG(ebp) OP(mov,l) TW(REG(esp),REG(ebp)) OP(push,l) REG(ebx)