mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[NTOS:MM] MiIsPdeForAddressValid is NOT an INIT function!
This commit is contained in:
parent
c1538a82b8
commit
184d3a6849
1 changed files with 0 additions and 1 deletions
|
@ -295,7 +295,6 @@ MI_IS_MAPPED_PTE(PMMPTE PointerPte)
|
|||
(PointerPte->u.Hard.PageFrameNumber != 0));
|
||||
}
|
||||
|
||||
CODE_SEG("INIT")
|
||||
FORCEINLINE
|
||||
BOOLEAN
|
||||
MiIsPdeForAddressValid(PVOID Address)
|
||||
|
|
Loading…
Reference in a new issue