libport: Fix build on PowerPC

Grazvydas Ignotas notasas at gmail.com
Wed May 27 04:18:38 CDT 2015


On Tue, May 26, 2015 at 11:16 PM, André Hentschel <nerv at dawncrow.de> wrote:
> It was broken by recent commits
> ---
>  libs/port/interlocked.c | 15 +++++++++++++++

Maybe we could just drop all this powerpc specific code, especially
considering missing cmpxchg64 implementation (better use mutex
fallback there) and that some other platforms (ARM/ARM64) don't have
any of this anyway and just use the fallbacks.

Gražvydas



More information about the wine-devel mailing list