mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +08:00
[NTOS:MM] Call MiSessionAddProcess() from MmCreateProcess() like on x86
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user