Skip to content

Commit 1559c96

Browse files
squidbusdiegolix29
authored andcommitted
thread: Apply alternate signal stack to created threads. (shadps4-emu#1724)
1 parent 115771c commit 1559c96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/thread.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class Thread {
3131
void* native_handle;
3232
#else
3333
uintptr_t native_handle;
34+
void* sig_stack_ptr;
3435
#endif
3536
};
3637

0 commit comments

Comments
 (0)