asm doesn't work on ppc

Original commit message from CVS:
asm doesn't work on ppc
This commit is contained in:
Wim Taymans 2002-12-29 04:15:06 +00:00
parent a03425c8b3
commit a09fefa6a6

View file

@ -163,7 +163,7 @@ G_STMT_START { \
: "ecx", "ebx"); \
} G_STMT_END
#elif defined (__powerpc__) && defined (__GNUC__) && __GNUC__ >= 2
#elif defined (__powerpcfoobarred__) && defined (__GNUC__) && __GNUC__ >= 2
#define _GST_ATOMIC_SWAP_INIT(swap,val) \
G_STMT_START { \