mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-08-13 13:24:59 +00:00
Update ASM_SYM_FOR_FUNC to match x86-64 too, may be useful later.
This commit is contained in:
@@ -306,7 +306,7 @@ static inline uae_u32 do_byteswap_16(uae_u32 v)
|
|||||||
#define ENUMNAME(name) name
|
#define ENUMNAME(name) name
|
||||||
#define write_log printf
|
#define write_log printf
|
||||||
|
|
||||||
#ifdef X86_ASSEMBLY
|
#if defined(X86_ASSEMBLY) || defined(X86_64_ASSEMBLY)
|
||||||
#define ASM_SYM_FOR_FUNC(a) __asm__(a)
|
#define ASM_SYM_FOR_FUNC(a) __asm__(a)
|
||||||
#else
|
#else
|
||||||
#define ASM_SYM_FOR_FUNC(a)
|
#define ASM_SYM_FOR_FUNC(a)
|
||||||
|
Reference in New Issue
Block a user