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