Changeset 17795 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Mar 13, 2009 9:37:11 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r17787 r17795 2397 2397 { 2398 2398 int rc; 2399 RTGCPHYS GCPhysPage = GCPhys + off;2399 RTGCPHYS GCPhysPage = pRam->GCPhys + off; 2400 2400 #ifdef IN_RING3 2401 2401 if (fGrabbedLock)
Note:
See TracChangeset
for help on using the changeset viewer.