ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/sysdeps.h
(Generate patch)

Comparing BasiliskII/src/Unix/sysdeps.h (file contents):
Revision 1.25 by gbeauche, 2002-11-05T10:32:05Z vs.
Revision 1.26 by gbeauche, 2002-11-16T15:38:53Z

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines