| Index: fusl/arch/mips/atomic_arch.h
|
| diff --git a/fusl/arch/mips/atomic_arch.h b/fusl/arch/mips/atomic_arch.h
|
| index 255acffec0f5f8c09da1360b1c9f231d1e8969c7..a18debcf4f13882d11c6da8bfb932a0f3a559c7e 100644
|
| --- a/fusl/arch/mips/atomic_arch.h
|
| +++ b/fusl/arch/mips/atomic_arch.h
|
| @@ -29,9 +29,10 @@ static inline void a_barrier() {
|
| * gcc not to inline it, so encode with .long instead. */
|
| __asm__ __volatile__(".long 0xf" : : : "memory");
|
| #if 0
|
| - __asm__ __volatile__ (
|
| - ".set push ; .set mips2 ; sync ; .set pop"
|
| - : : : "memory");
|
| + __asm__ __volatile__(".set push ; .set mips2 ; sync ; .set pop"
|
| + :
|
| + :
|
| + : "memory");
|
| #endif
|
| }
|
|
|
|
|