mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[NTOS:MM] MiGetPageTableForProcess(): #if out unreachable code
No impact.
Detected by Cppcheck: unreachableCode.
Addendum to ddaf47dec3
(r34976).
This commit is contained in:
parent
1e512e29dc
commit
a72b78558d
1 changed files with 3 additions and 0 deletions
|
@ -182,7 +182,9 @@ MiGetPageTableForProcess(IN PEPROCESS Process,
|
|||
//
|
||||
// THIS WHOLE PATH IS TODO
|
||||
//
|
||||
#if 1
|
||||
goto kernelHack;
|
||||
#else
|
||||
ASSERT(FALSE);
|
||||
|
||||
//
|
||||
|
@ -200,6 +202,7 @@ MiGetPageTableForProcess(IN PEPROCESS Process,
|
|||
// Set it
|
||||
//
|
||||
*PointerPde = TempPde;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue