Add glob and some finer tuning of documentation
This commit is contained in:
@@ -21,8 +21,10 @@
|
||||
.source __FILE__
|
||||
|
||||
fwrite_unlocked:
|
||||
.leafprologue
|
||||
.profilable # so we can fix code supporting this abomination
|
||||
push %rbp
|
||||
mov %rsp,%rbp
|
||||
.profilable # note: no consensus for threads exists in abis
|
||||
call fwrite
|
||||
.leafepilogue
|
||||
pop %rbp
|
||||
ret
|
||||
.endfn fwrite_unlocked,globl
|
||||
|
||||
Reference in New Issue
Block a user