Skip to content

gbitlock.c: replace remaining 'asm' with '__asm__'

Aleksandr Mezin requested to merge amezin/glib:fix-gbitlock-asm into master

Commit 2330f7e6 changed asm to __asm__ in g_bit_lock and g_bit_trylock.

Replace asm with __asm__ in the remaining functions.

Fixes #2344 (closed)

Edited by Aleksandr Mezin

Merge request reports