mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-02 17:28:30 +00:00
Avoid crash looping on AARCH64
This commit is contained in:
parent
8f18b3ad65
commit
952b9009e8
3 changed files with 10 additions and 11 deletions
|
@ -68,13 +68,13 @@ static unsigned long ParseMask(const char *str) {
|
|||
*
|
||||
* __get_tls()
|
||||
* │
|
||||
* %fs Linux/BSDs
|
||||
* %fs OpenBSD/NetBSD
|
||||
* _Thread_local │
|
||||
* ┌───┬──────────┬──────────┼───┐
|
||||
* │pad│ .tdata │ .tbss │tib│
|
||||
* └───┴──────────┴──────────┼───┘
|
||||
* │
|
||||
* Windows/Mac %gs
|
||||
* Linux/FreeBSD/Windows/Mac %gs
|
||||
*
|
||||
* Here's the TLS memory layout on aarch64:
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue