mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-15 07:19:18 +00:00
Add back missing TlsAlloc() call
Cosmopolitan Libc once called this important function although somewhere along the way, possibly in a refactoring, it got removed and __tls_alloc has always been zero ever since.
This commit is contained in:
parent
e08a4cd99e
commit
5d2d9e9640
5 changed files with 12 additions and 9 deletions
|
@ -45,7 +45,7 @@ cosmo: push %rbp
|
|||
#endif /* SYSDEBUG */
|
||||
|
||||
#ifndef NOX87
|
||||
// Windows always initializes FPU to douuble precision.
|
||||
// Windows always initializes FPU to double precision.
|
||||
// WSL breaks Linux ABI by initializing FPU to double precision.
|
||||
// This code makes long double long again.
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue