Update ASM_SYM_FOR_FUNC to match x86-64 too, may be useful later.

This commit is contained in:
gbeauche
2002-11-16 15:38:53 +00:00
parent 144e6f4e87
commit 3711aa4520

View File

@@ -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)