aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/3ds/pthread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/3ds/pthread.h b/frontend/3ds/pthread.h
index 2c2bf6b..42de161 100644
--- a/frontend/3ds/pthread.h
+++ b/frontend/3ds/pthread.h
@@ -25,7 +25,7 @@ static inline int pthread_create(pthread_t *thread,
svcCreateThread(&thread->handle, start_routine, arg,
(uint32_t*)((uint32_t)thread->stack + CTR_PTHREAD_STACK_SIZE),
- 0x25, 1);
+ 0x25, -2);
return 1;
}