mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04:00
Fix compilation failure on MIPS.
Rémi Zara
This commit is contained in:
parent
a590f266e4
commit
baf7b3a503
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue