Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit baf7b3a

Browse files
committed
Fix compilation failure on MIPS.
Rémi Zara
1 parent a590f26 commit baf7b3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/storage/s_lock.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -601,9 +601,9 @@ do \
601601
" .set noreorder \n" \
602602
" .set nomacro \n" \
603603
" sync \n" \
604-
" .set pop "
605-
:
606-
: "memory");
604+
" .set pop " \
605+
: \
606+
: "memory"); \
607607
*((volatile slock_t *) (lock)) = 0; \
608608
} while (0)
609609

0 commit comments

Comments
 (0)