Changeset 17203 in vbox for trunk/src/VBox
- Timestamp:
- Feb 27, 2009 1:14:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r17202 r17203 270 270 return VINF_SUCCESS; 271 271 #else 272 /* @todo in RC we could attempt to use the virtual address, although this can cause many faults (PAE Windows XP guest). */ 272 273 return PGMPhysSimpleReadGCPhys(pVM, pvDst, GCPhysSrc & ~(RTGCPHYS)(cb - 1), cb); 273 274 #endif
Note:
See TracChangeset
for help on using the changeset viewer.