# | Line 306 | Line 306 | static inline uae_u32 do_byteswap_16(uae | |
---|---|---|
306 | #define ENUMNAME(name) name | |
307 | #define write_log printf | |
308 | ||
309 | < | #ifdef X86_ASSEMBLY |
309 | > | #if defined(X86_ASSEMBLY) || defined(X86_64_ASSEMBLY) |
310 | #define ASM_SYM_FOR_FUNC(a) __asm__(a) | |
311 | #else | |
312 | #define ASM_SYM_FOR_FUNC(a) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |