mirror of
https://github.com/fluencelabs/redis
synced 2025-04-01 15:21:03 +00:00
Macros ULONG_ONEZERO / ULONG_ZEROONE were inverted in #ifdef to test 32/64 bit arch.
This commit is contained in:
parent
0a08d2b0e5
commit
d98b03b791
@ -16,11 +16,11 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef MEMTEST_32BIT
|
#ifdef MEMTEST_32BIT
|
||||||
#define ULONG_ONEZERO 0xaaaaaaaaaaaaaaaaUL
|
|
||||||
#define ULONG_ZEROONE 0x5555555555555555UL
|
|
||||||
#else
|
|
||||||
#define ULONG_ONEZERO 0xaaaaaaaaUL
|
#define ULONG_ONEZERO 0xaaaaaaaaUL
|
||||||
#define ULONG_ZEROONE 0x55555555UL
|
#define ULONG_ZEROONE 0x55555555UL
|
||||||
|
#else
|
||||||
|
#define ULONG_ONEZERO 0xaaaaaaaaaaaaaaaaUL
|
||||||
|
#define ULONG_ZEROONE 0x5555555555555555UL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static struct winsize ws;
|
static struct winsize ws;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user