Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
darwin-mapper: Fix TLV init runtime code for arm64
- We now store the allocated TLV area into the correct slot in the region pointed to by TPIDRRO_EL0, instead of vice versa. - tlv_get_addr_addr may be signed by Dyld; strip the signature before calling it from the runtime. - We want to skip pre-allocated pthread keys, but emitted the wrong condition. We now correctly check against the key.
- Loading branch information