amd64 locking does not work
This commit is contained in:
parent
f1075f6da3
commit
0ca38f0b57
2
H/Yap.h
2
H/Yap.h
@ -361,7 +361,7 @@ typedef CELL Term;
|
|||||||
typedef pthread_mutex_t lockvar;
|
typedef pthread_mutex_t lockvar;
|
||||||
typedef pthread_rwlock_t rwlock_t;
|
typedef pthread_rwlock_t rwlock_t;
|
||||||
|
|
||||||
#elif defined(i386) || defined(__x86_64__)
|
#elif defined(i386)
|
||||||
typedef volatile int lockvar;
|
typedef volatile int lockvar;
|
||||||
#include <locks_x86.h>
|
#include <locks_x86.h>
|
||||||
#elif defined(sparc) || defined(__sparc)
|
#elif defined(sparc) || defined(__sparc)
|
||||||
|
Reference in New Issue
Block a user