mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Fix compilation failure on MIPS.
Rémi Zara
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user