From b42c51ecbdea10cb8a06ae5f77afae7a1afcf128 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 3 Nov 2009 23:09:47 -0800 Subject: [PATCH] Eliminate irrelevant reference to OS/2. --- src/microcode/cmpintmd/x86-64.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/microcode/cmpintmd/x86-64.h b/src/microcode/cmpintmd/x86-64.h index 49d0f81d0..6076bfdf6 100644 --- 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) */ -#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 -- 2.25.1