projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4316a58
)
Fix: ia32_cache_synchronize is supposed to be an ordinary C procedure,
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 17 Dec 2001 19:41:58 +0000
(19:41 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/v7/src/microcode/cmpauxmd/i386.m4
b/v7/src/microcode/cmpauxmd/i386.m4
index 2b6765146cea579bc2fe011099a5e2826d86524a..767c054960728f1f3568493d616a27133c3277f4 100644
(file)
--- a/
v7/src/microcode/cmpauxmd/i386.m4
+++ b/
v7/src/microcode/cmpauxmd/i386.m4
@@
-1,6
+1,6
@@
### -*-Midas-*-
###
-### $Id: i386.m4,v 1.5
2 2001/12/17 19:29:44
cph Exp $
+### $Id: i386.m4,v 1.5
3 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_c
ode_label(EFR(ia32_cache_synchronize)
)
OP(push,l) REG(ebp)
OP(mov,l) TW(REG(esp),REG(ebp))
OP(push,l) REG(ebx)