fix compilation in OSX, WINDOWS
This commit is contained in:
parent
484af95732
commit
cfba7815c1
@ -3334,7 +3334,7 @@ rw_lock_voodoo(void) {
|
|||||||
#endif /* sparc */
|
#endif /* sparc */
|
||||||
|
|
||||||
|
|
||||||
#if defined(i386) || defined(__x86_64__)
|
#if (defined(i386) || defined(__x86_64__) ) && !defined(__APPLE__) && !defined(__CYGWIN__)
|
||||||
asm(
|
asm(
|
||||||
|
|
||||||
".align 4\n"
|
".align 4\n"
|
||||||
|
Reference in New Issue
Block a user