mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Set Thread->SystemThread to TRUE when creating a system thread. Patch by Filip Navara
svn path=/trunk/; revision=14970
This commit is contained in:
parent
d534342503
commit
60bdc5ad60
1 changed files with 1 additions and 0 deletions
|
@ -237,6 +237,7 @@ PspCreateThread(OUT PHANDLE ThreadHandle,
|
|||
/* System Thread */
|
||||
DPRINT("Initialliazing Thread Start Address :%x\n", StartRoutine);
|
||||
Thread->StartAddress = StartRoutine;
|
||||
Thread->SystemThread = TRUE;
|
||||
|
||||
/* Let the kernel intialize the Thread */
|
||||
DPRINT("Initialliazing Kernel Thread\n");
|
||||
|
|
Loading…
Reference in a new issue