mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-16 08:38:43 +00:00
thread: Apply alternate signal stack to created threads. (#1724)
This commit is contained in:
@@ -37,6 +37,7 @@ private:
|
||||
void* native_handle;
|
||||
#else
|
||||
uintptr_t native_handle;
|
||||
void* sig_stack_ptr;
|
||||
#endif
|
||||
u64 tid;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user