Skip to content
Snippets Groups Projects
Commit baf7b3a5 authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

Fix compilation failure on MIPS.

Rémi Zara
parent a590f266
No related branches found
No related tags found
No related merge requests found
......@@ -601,9 +601,9 @@ do \
" .set noreorder \n" \
" .set nomacro \n" \
" sync \n" \
" .set pop "
:
: "memory");
" .set pop " \
: \
: "memory"); \
*((volatile slock_t *) (lock)) = 0; \
} while (0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment