mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-31 15:53:17 +00:00
macos: Remove need for TLS patch by storing TCB pointer in FS.
This commit is contained in:
parent
7551f061ad
commit
9e5047947b
6 changed files with 103 additions and 28 deletions
|
@ -106,6 +106,8 @@ void Linker::Execute() {
|
|||
RunMainEntry(m->GetEntryAddress(), &p, ProgramExitFunc);
|
||||
}
|
||||
}
|
||||
|
||||
SetTcbBase(nullptr);
|
||||
}
|
||||
|
||||
s32 Linker::LoadModule(const std::filesystem::path& elf_name, bool is_dynamic) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue