mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
Fix typo in last commit
Original commit message from CVS: Fix typo in last commit
This commit is contained in:
parent
e3ce6294e6
commit
0e48102252
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue