Terminate System Thread after execution...forgot to add this for some reason.Thanks to WaxDragon for reporting it

svn path=/trunk/; revision=14756
This commit is contained in:
Alex Ionescu 2005-04-23 04:19:35 +00:00
parent 1928c25d73
commit e43b4d5c1a

View file

@ -87,6 +87,9 @@ PspSystemThreadStartup(PKSTART_ROUTINE StartRoutine,
/* Call it */
(StartRoutine)(StartContext);
}
/* Exit the thread */
PspExitThread(STATUS_SUCCESS);
}
NTSTATUS