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

Unified Diff: fusl/arch/x32/crt_arch.h

Issue 1714623002: [fusl] clang-format fusl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: headers too 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
Index: fusl/arch/x32/crt_arch.h
diff --git a/fusl/arch/x32/crt_arch.h b/fusl/arch/x32/crt_arch.h
index 3eec61bdcdb87ab342940093be4d62869ced5c4a..67de65e16208271a51fa9759835a7bd457724881 100644
--- a/fusl/arch/x32/crt_arch.h
+++ b/fusl/arch/x32/crt_arch.h
@@ -1,12 +1,11 @@
__asm__(
-".text \n"
-".global " START " \n"
-START ": \n"
-" xor %rbp,%rbp \n"
-" mov %rsp,%rdi \n"
-".weak _DYNAMIC \n"
-".hidden _DYNAMIC \n"
-" lea _DYNAMIC(%rip),%rsi \n"
-" andq $-16,%rsp \n"
-" call " START "_c \n"
-);
+ ".text \n"
+ ".global " START " \n" START
+ ": \n"
+ " xor %rbp,%rbp \n"
+ " mov %rsp,%rdi \n"
+ ".weak _DYNAMIC \n"
+ ".hidden _DYNAMIC \n"
+ " lea _DYNAMIC(%rip),%rsi \n"
+ " andq $-16,%rsp \n"
+ " call " START "_c \n");

Powered by Google App Engine
This is Rietveld 408576698