thread: change USER_TLS_BEGIN to match Nintendo reserved-space

This commit is contained in:
Michael Scire 2025-11-13 12:21:21 -07:00 committed by fincs
parent edc33d37de
commit cad06c006e

View File

@ -12,7 +12,7 @@
#include "../internal.h"
#include "../runtime/alloc.h"
#define USER_TLS_BEGIN 0x108
#define USER_TLS_BEGIN 0x180
#define USER_TLS_END (0x200 - sizeof(ThreadVars))
#define NUM_TLS_SLOTS ((USER_TLS_END - USER_TLS_BEGIN) / sizeof(void*))