mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-12 16:30:44 +00:00
Add support for hardware locks on x86_64 too
This commit is contained in:
parent
6c65ae370e
commit
83b228cf30
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user