mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[NTOS]: Remove merge artifact from newcc.
svn path=/trunk/; revision=49432
This commit is contained in:
parent
893dc1fad1
commit
82ca671f14
1 changed files with 0 additions and 1 deletions
|
@ -1427,7 +1427,6 @@ MmNotPresentFaultSectionView(PMMSUPPORT AddressSpace,
|
|||
if (!MmIsPagePresent(Process, Address))
|
||||
{
|
||||
Entry = MmGetPageEntrySectionSegment(Segment, Offset);
|
||||
DPRINT1("Entry %x\n", Entry);
|
||||
HasSwapEntry = MmIsPageSwapEntry(Process, (PVOID)PAddress);
|
||||
|
||||
if (PAGE_FROM_SSE(Entry) == 0 || HasSwapEntry)
|
||||
|
|
Loading…
Reference in a new issue