mirror of
https://github.com/postgres/postgres.git
synced 2025-06-03 00:02:26 -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 nomacro \n" \
|
||||
" sync \n" \
|
||||
" .set pop "
|
||||
:
|
||||
: "memory");
|
||||
" .set pop " \
|
||||
: \
|
||||
: "memory"); \
|
||||
*((volatile slock_t *) (lock)) = 0; \
|
||||
} while (0)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user