Changeset 17538 in vbox for trunk/src/VBox/VMM/PGMPhys.cpp
- Timestamp:
- Mar 8, 2009 5:32:49 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r17527 r17538 533 533 */ 534 534 #ifdef VBOX_WITH_NEW_PHYS_CODE 535 REMR3NotifyPhysRamRegister(pVM, GCPhys, cb, 0);535 REMR3NotifyPhysRamRegister(pVM, GCPhys, cb, REM_NOTIFY_PHYS_RAM_FLAGS_RAM); 536 536 #else 537 537 REMR3NotifyPhysRamRegister(pVM, GCPhys, cb, MM_RAM_FLAGS_DYNAMIC_ALLOC); … … 1262 1262 /* link in the ram range */ 1263 1263 pgmR3PhysLinkRamRange(pVM, &pCur->RamRange, pRamPrev); 1264 REMR3NotifyPhysRamRegister(pVM, GCPhys, pCur->RamRange.cb, 0);1264 REMR3NotifyPhysRamRegister(pVM, GCPhys, pCur->RamRange.cb, REM_NOTIFY_PHYS_RAM_FLAGS_MMIO2); 1265 1265 } 1266 1266
Note:
See TracChangeset
for help on using the changeset viewer.