Commit baf7b3a5 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix compilation failure on MIPS.

Rémi Zara
parent a590f266
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment