Changeset 20071 in vbox for trunk/src/VBox/VMM/PGMPhys.cpp
- Timestamp:
- May 27, 2009 12:07:38 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r19861 r20071 1841 1841 } 1842 1842 GMMR3FreePagesCleanup(pReq); 1843 pgmUnlock(pVM); 1843 1844 } 1844 1845 else … … 1846 1847 /* link in the ram range */ 1847 1848 pgmR3PhysLinkRamRange(pVM, &pCur->RamRange, pRamPrev); 1849 pgmUnlock(pVM); 1848 1850 REMR3NotifyPhysRamRegister(pVM, GCPhys, pCur->RamRange.cb, REM_NOTIFY_PHYS_RAM_FLAGS_MMIO2); 1849 1851 } 1850 1852 1851 pgmUnlock(pVM);1852 1853 1853 1854 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.