Mac OS X Support : Asm syntax support [Fixed]

Alexandre Julliard julliard at winehq.org
Fri Jun 27 16:50:19 CDT 2003


"Pierre d'Herbemont" <stegefin at free.fr> writes:

> +# define LD_SKIP(i)

This won't work, we need to reserve space for the PE header.

> +# define PPC_SYM(sym_name)    "_" #sym_name

This one should use __ASM_NAME.

Also it would be nice if you could use fewer macros, this makes the
code quite ugly. It seems the main difference is in register names,
you could simply have one macro for that and leave the rest alone.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list