mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
fixed copy+paste mistake
svn path=/trunk/; revision=14061
This commit is contained in:
parent
666973de7f
commit
2f460387c0
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ PsInitProcessManagment(VOID)
|
||||||
FALSE);
|
FALSE);
|
||||||
PsIdleProcess->Pcb.DirectoryTableBase =
|
PsIdleProcess->Pcb.DirectoryTableBase =
|
||||||
(LARGE_INTEGER)(LONGLONG)(ULONG)MmGetPageDirectory();
|
(LARGE_INTEGER)(LONGLONG)(ULONG)MmGetPageDirectory();
|
||||||
strcpy(PsInitialSystemProcess->ImageFileName, "Idle");
|
strcpy(PsIdleProcess->ImageFileName, "Idle");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Initialize the system process
|
* Initialize the system process
|
||||||
|
|
Loading…
Reference in a new issue