Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(620)

Unified Diff: fusl/arch/mips/atomic_arch.h

Issue 1706293003: [fusl] Remove some more tabs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | fusl/src/crypt/crypt_blowfish.c » ('j') | fusl/src/regex/regcomp.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
}
« no previous file with comments | « no previous file | fusl/src/crypt/crypt_blowfish.c » ('j') | fusl/src/regex/regcomp.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698