Add missing support for Opteron (__x86_64__).
This commit is contained in:
parent
3f43446e36
commit
241cea18f7
@ -4,7 +4,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(__i386__)
|
||||
#if defined(__i386__) || defined(__x86_64__)
|
||||
typedef unsigned char slock_t;
|
||||
|
||||
#define HAS_TEST_AND_SET
|
||||
|
Loading…
x
Reference in New Issue
Block a user