--- BasiliskII/src/uae_cpu/spcflags.h 2002/09/17 16:05:39 1.3 +++ BasiliskII/src/uae_cpu/spcflags.h 2005/06/06 18:49:51 1.4 @@ -57,7 +57,7 @@ enum { regs.spcflags &= ~(m); \ } while (0) -#elif defined(__i386__) && defined(X86_ASSEMBLY) +#elif (defined(__i386__) || defined(__x86_64__)) && defined(X86_ASSEMBLY) #define HAVE_HARDWARE_LOCKS