mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
Two more formating and debug output changes from cc branch.
svn path=/trunk/; revision=25326
This commit is contained in:
parent
0456489590
commit
34386521e2
1 changed files with 4 additions and 2 deletions
|
@ -1124,8 +1124,8 @@ MmNotPresentFaultSectionView(PMADDRESS_SPACE AddressSpace,
|
|||
SwapEntry = SWAPENTRY_FROM_SSE(Entry);
|
||||
|
||||
/*
|
||||
* Release all our locks and read in the page from disk
|
||||
*/
|
||||
* Release all our locks and read in the page from disk
|
||||
*/
|
||||
MmUnlockSectionSegment(Segment);
|
||||
|
||||
MmUnlockAddressSpace(AddressSpace);
|
||||
|
@ -1243,6 +1243,8 @@ MmAccessFaultSectionView(PMADDRESS_SPACE AddressSpace,
|
|||
PMM_REGION Region;
|
||||
ULONG Entry;
|
||||
|
||||
DPRINT("MmAccessFaultSectionView(%x, %x, %x, %x)\n", AddressSpace, MemoryArea, Address, Locked);
|
||||
|
||||
/*
|
||||
* Check if the page has been paged out or has already been set readwrite
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue