Fix typo in last commit

Original commit message from CVS:
Fix typo in last commit
This commit is contained in:
David Schleef 2003-07-29 22:34:43 +00:00
parent e3ce6294e6
commit 0e48102252

View file

@ -297,7 +297,7 @@ gst_atomic_int_dec_and_test (GstAtomicInt *aint)
ptr = &aint->counter;
#if 0 __GNUC__ > 3 || (__GNUC__ >=3 && __GNUC_MINOR__ >= 2)
#if __GNUC__ > 3 || (__GNUC__ >=3 && __GNUC_MINOR__ >= 2)
__asm__ __volatile__("1: ldstub [%[ptr] + 3], %[lock]\n"
"\torcc %[lock], 0, %[ignore]\n"
"\tbne 1b\n" /* go back until we have the lock */