Changeset 21361 for trunk/src/kernel32/virtual.cpp
- Timestamp:
- Feb 25, 2010, 6:43:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/virtual.cpp
r21339 r21361 750 750 TranslateOS2PageAttr(dAttr, &pmbiBuffer->AllocationProtect, NULL, NULL); 751 751 } 752 #if 0 752 753 dprintf(("Memory region alloc base 0x%08x", pmbiBuffer->AllocationBase)); 753 754 dprintf(("Memory region alloc protect flags %x", pmbiBuffer->AllocationProtect)); … … 757 758 dprintf(("Memory region state 0x%08x", pmbiBuffer->State)); 758 759 dprintf(("Memory region type 0x%08x", pmbiBuffer->Type)); 760 #endif 759 761 return sizeof(MEMORY_BASIC_INFORMATION); 760 762 }
Note:
See TracChangeset
for help on using the changeset viewer.