mirror of
https://github.com/reactos/reactos.git
synced 2024-12-03 00:13:32 +08:00
[NTOS:MM] Call MiSessionAddProcess() from MmCreateProcess() like on x86
This commit is contained in:
parent
bebcda0b0b
commit
896d090ee6
@ -713,6 +713,8 @@ MmCreateProcessAddressSpace(IN ULONG MinWs,
|
||||
ASSERT(Process->AddressSpaceInitialized == 0);
|
||||
Process->AddressSpaceInitialized = 1;
|
||||
|
||||
/* Add the process to the session */
|
||||
MiSessionAddProcess(Process);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user