thread: fix cast style

This commit is contained in:
Michael Scire 2020-04-06 16:14:42 -07:00
parent bacefd2386
commit 2807ece644

View File

@ -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.