mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 02:22:15 +02:00
thread: fix cast style
This commit is contained in:
parent
bacefd2386
commit
2807ece644
@ -73,7 +73,7 @@ void __libnx_init_thread(void) {
|
||||
// Set stack.
|
||||
g_mainThread.owns_stack_mem = false;
|
||||
g_mainThread.stack_mem = NULL;
|
||||
g_mainThread.stack_mirror = (void *)mem_info.addr;
|
||||
g_mainThread.stack_mirror = (void*)mem_info.addr;
|
||||
g_mainThread.stack_sz = mem_info.size;
|
||||
|
||||
// Set the TLS array.
|
||||
|
Loading…
Reference in New Issue
Block a user