mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 03:38:31 +00:00
Add some more necessary locks
This commit is contained in:
parent
8b72490431
commit
91953dd308
9 changed files with 29 additions and 15 deletions
|
@ -124,6 +124,16 @@ cosmo: push %rbp
|
|||
.weak ape_stack_align
|
||||
#endif
|
||||
|
||||
#if IsAsan()
|
||||
.init.start 305,_init_symbols
|
||||
push %rdi
|
||||
push %rsi
|
||||
call __init_symbols
|
||||
pop %rsi
|
||||
pop %rdi
|
||||
.init.end 305,_init_symbols
|
||||
#endif
|
||||
|
||||
#ifdef __PG__
|
||||
.init.start 306,_init_ftrace
|
||||
push %rdi
|
||||
|
@ -135,16 +145,6 @@ cosmo: push %rbp
|
|||
.init.end 306,_init_ftrace
|
||||
#endif
|
||||
|
||||
#if IsAsan()
|
||||
.init.start 306,_init_symbols
|
||||
push %rdi
|
||||
push %rsi
|
||||
call __init_symbols
|
||||
pop %rsi
|
||||
pop %rdi
|
||||
.init.end 306,_init_symbols
|
||||
#endif
|
||||
|
||||
#if IsModeDbg()
|
||||
#ifdef SYSDEBUG
|
||||
.init.start 307,_init_printargs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue