mirror of
https://github.com/postgres/postgres.git
synced 2025-06-04 00:02:37 -04:00
Fix compilation failure on MIPS.
Rémi Zara
This commit is contained in:
parent
a590f266e4
commit
baf7b3a503
@ -601,9 +601,9 @@ do \
|
|||||||
" .set noreorder \n" \
|
" .set noreorder \n" \
|
||||||
" .set nomacro \n" \
|
" .set nomacro \n" \
|
||||||
" sync \n" \
|
" sync \n" \
|
||||||
" .set pop "
|
" .set pop " \
|
||||||
:
|
: \
|
||||||
: "memory");
|
: "memory"); \
|
||||||
*((volatile slock_t *) (lock)) = 0; \
|
*((volatile slock_t *) (lock)) = 0; \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user