stratosphere: fix svcExitThread usage

This commit is contained in:
Michael Scire 2019-03-05 07:50:27 -08:00
commit b4b1208222
5 changed files with 10 additions and 5 deletions

View file

@ -39,7 +39,6 @@ static void RunTaskThreadFunc(void *arg) {
}
/* Finish. */
svcExitThread();
}
static void RunTask(IFatalTask *task, u32 stack_size = 0x4000) {