ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/uae_cpu/spcflags.h
(Generate patch)

Comparing BasiliskII/src/uae_cpu/spcflags.h (file contents):
Revision 1.3 by gbeauche, 2002-09-17T16:05:39Z vs.
Revision 1.4 by gbeauche, 2005-06-06T18:49:51Z

# Line 57 | Line 57 | enum {
57          regs.spcflags &= ~(m); \
58   } while (0)
59  
60 < #elif defined(__i386__) && defined(X86_ASSEMBLY)
60 > #elif (defined(__i386__) || defined(__x86_64__)) && defined(X86_ASSEMBLY)
61  
62   #define HAVE_HARDWARE_LOCKS
63  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines