1
0
Fork 0
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3509
This commit is contained in:
Peter Veenstra 2009-12-01 12:27:32 +00:00
parent fa80b0458a
commit 82ce78b0af

View file

@ -344,7 +344,7 @@ AH_BOTTOM([#if C_HAS_ATTRIBUTE
AH_BOTTOM([#if C_HAS_BUILTIN_EXPECT
#define GCC_UNLIKELY(x) __builtin_expect((x),0)
#define GCC_LIKELY(X) __builtin_expect((x),1)
#define GCC_LIKELY(x) __builtin_expect((x),1)
#else
#define GCC_UNLIKELY(x) (x)
#define GCC_LIKELY(x) (x)