mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 13:21:39 +00:00
[NTOS:MM] Call MiSessionAddProcess() from MmCreateProcess() like on x86
This commit is contained in:
parent
bebcda0b0b
commit
896d090ee6
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue