Fix: ia32_cache_synchronize is supposed to be an ordinary C procedure,
authorChris Hanson <org/chris-hanson/cph>
Mon, 17 Dec 2001 19:41:58 +0000 (19:41 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 17 Dec 2001 19:41:58 +0000 (19:41 +0000)
not an "entry point" for "cmpint.c".

v7/src/microcode/cmpauxmd/i386.m4

index 2b6765146cea579bc2fe011099a5e2826d86524a..767c054960728f1f3568493d616a27133c3277f4 100644 (file)
@@ -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
 \f
-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)