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:
c43de2d
)
Eliminate irrelevant reference to OS/2.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 4 Nov 2009 07:09:47 +0000
(23:09 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 4 Nov 2009 07:09:47 +0000
(23:09 -0800)
src/microcode/cmpintmd/x86-64.h
patch
|
blob
|
history
diff --git
a/src/microcode/cmpintmd/x86-64.h
b/src/microcode/cmpintmd/x86-64.h
index 49d0f81d0be7b7b9e8785474d5d1490067288f37..6076bfdf663ed9aedacf8ca428c15b7dfff8449c 100644
(file)
--- a/
src/microcode/cmpintmd/x86-64.h
+++ b/
src/microcode/cmpintmd/x86-64.h
@@
-268,9
+268,7
@@
typedef byte_t insn_t;
} while (false)
*/
\f
-#if defined(__OS2__) && (defined(__IBMC__) || defined(__WATCOMC__))
-# define ASM_ENTRY_POINT(name) (_System name)
-#elif defined(__WIN32__) && defined(__WATCOMC__)
+#if defined(__WIN32__) && defined(__WATCOMC__)
# define ASM_ENTRY_POINT(name) (__cdecl name)
#else
# define ASM_ENTRY_POINT(name) name