amd64 locking does not work

This commit is contained in:
Vitor Santos Costa 2010-06-19 22:24:41 +01:00
parent f1075f6da3
commit 0ca38f0b57
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ typedef CELL Term;
typedef pthread_mutex_t lockvar;
typedef pthread_rwlock_t rwlock_t;
#elif defined(i386) || defined(__x86_64__)
#elif defined(i386)
typedef volatile int lockvar;
#include <locks_x86.h>
#elif defined(sparc) || defined(__sparc)