Fix for Bug 19851 - Interlocked instruction support for ARM

André Hentschel nerv at dawncrow.de
Mon Sep 21 13:25:11 CDT 2009


>
> This patch fixes bug 19851 http://bugs.winehq.org/show_bug.cgi?id=19851
> One more step towards winelib on ARM :)
>
> Apologies if this comes through as a double post. I inadvertently sent the mail 
> before my subscription to the list went through properly.
>
> Colin
>   
Hi,
there is a typo in your patch:

> static pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
> .
> .
> .
> pthread_mutex_lock( &interlocked_mutex );


its mutex and interlocked_mutex.
also it might be good to mention a sent patch in the bug, so interested
people notice it.

-- 

Best Regards, André Hentschel





More information about the wine-patches mailing list