stratosphere: fix svcExitThread usage

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

View file

@ -28,5 +28,4 @@ void ProcessTracking::MainLoop(void *arg) {
process_waiter->Process();
delete process_waiter;
svcExitThread();
}