mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-18 18:05:21 +00:00
Update ASM_SYM_FOR_FUNC to match x86-64 too, may be useful later.
This commit is contained in:
parent
144e6f4e87
commit
3711aa4520
@ -306,7 +306,7 @@ static inline uae_u32 do_byteswap_16(uae_u32 v)
|
||||
#define ENUMNAME(name) name
|
||||
#define write_log printf
|
||||
|
||||
#ifdef X86_ASSEMBLY
|
||||
#if defined(X86_ASSEMBLY) || defined(X86_64_ASSEMBLY)
|
||||
#define ASM_SYM_FOR_FUNC(a) __asm__(a)
|
||||
#else
|
||||
#define ASM_SYM_FOR_FUNC(a)
|
||||
|
Loading…
Reference in New Issue
Block a user