Fix typo
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3509
This commit is contained in:
parent
fa80b0458a
commit
82ce78b0af
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue