mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-26 12:26:18 +00:00
thread: Apply alternate signal stack to created threads. (#1724)
This commit is contained in:
parent
f1b23c616e
commit
cd9fc5d0e9
2 changed files with 28 additions and 3 deletions
|
@ -37,6 +37,7 @@ private:
|
|||
void* native_handle;
|
||||
#else
|
||||
uintptr_t native_handle;
|
||||
void* sig_stack_ptr;
|
||||
#endif
|
||||
u64 tid;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue