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

Side by Side 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 unified diff | Download patch
OLDNEW
1 __asm__( 1 __asm__(
2 ".text \n" 2 ".text \n"
3 ".global " START " \n" 3 ".global " START " \n" START
4 START ": \n" 4 ": \n"
5 "» xor %rbp,%rbp \n" 5 "» xor %rbp,%rbp \n"
6 "» mov %rsp,%rdi \n" 6 "» mov %rsp,%rdi \n"
7 ".weak _DYNAMIC \n" 7 ".weak _DYNAMIC \n"
8 ".hidden _DYNAMIC \n" 8 ".hidden _DYNAMIC \n"
9 "» lea _DYNAMIC(%rip),%rsi \n" 9 "» lea _DYNAMIC(%rip),%rsi \n"
10 "» andq $-16,%rsp \n" 10 "» andq $-16,%rsp \n"
11 "» call " START "_c \n" 11 "» call " START "_c \n");
12 );
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698