Changeset 20434 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jun 9, 2009 12:50:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp
r20063 r20434 800 800 VMMDECL(int) PGMHandlerPhysicalReset(PVM pVM, RTGCPHYS GCPhys) 801 801 { 802 LogFlow(("PGMHandlerPhysicalReset GCPhys=%RGp\n", GCPhys)); 802 803 pgmLock(pVM); 803 804 … … 896 897 VMMDECL(int) PGMHandlerPhysicalPageTempOff(PVM pVM, RTGCPHYS GCPhys, RTGCPHYS GCPhysPage) 897 898 { 899 LogFlow(("PGMHandlerPhysicalPageTempOff GCPhys=%RGp\n", GCPhys)); 900 898 901 /* 899 902 * Validate the range.
Note:
See TracChangeset
for help on using the changeset viewer.