mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 07:41:51 +00:00
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:
parent
1928c25d73
commit
e43b4d5c1a
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,9 @@ PspSystemThreadStartup(PKSTART_ROUTINE StartRoutine,
|
||||||
/* Call it */
|
/* Call it */
|
||||||
(StartRoutine)(StartContext);
|
(StartRoutine)(StartContext);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Exit the thread */
|
||||||
|
PspExitThread(STATUS_SUCCESS);
|
||||||
}
|
}
|
||||||
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue