Changeset 70960 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Feb 10, 2018 11:52:43 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp
r70954 r70960 602 602 * Tell REM and NEM. 603 603 */ 604 #ifdef VBOX_WITH_REM605 604 const bool fRestoreAsRAM2 = pCurType->pfnHandlerR3 606 605 && pCurType->enmKind != PGMPHYSHANDLERKIND_MMIO; /** @todo this isn't entirely correct. */ 606 #ifdef VBOX_WITH_REM 607 607 # ifndef IN_RING3 608 608 REMNotifyHandlerPhysicalDeregister(pVM, pCurType->enmKind, GCPhysStart, GCPhysLast - GCPhysStart + 1,
Note:
See TracChangeset
for help on using the changeset viewer.