mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-18 11:57:37 -05:00
commit
17db09e3af
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
} while(0)
|
} while(0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_BUILTIN_EXPECT
|
#ifdef HAVE_BUILTIN_EXPECT
|
||||||
#define EXPECT(x,c) __builtin_expect((x),(c))
|
#define EXPECT(x,c) __builtin_expect((x),(c))
|
||||||
#else
|
#else
|
||||||
#define EXPECT(x,c) (x)
|
#define EXPECT(x,c) (x)
|
||||||
|
|
Loading…
Add table
Reference in a new issue