Changeset 93635 in vbox for trunk/src/VBox/VMM/VMMR3/PGMPool.cpp
- Timestamp:
- Feb 7, 2022 10:43:45 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPool.cpp
r93617 r93635 283 283 284 284 pPool->hAccessHandlerType = NIL_PGMPHYSHANDLERTYPE; 285 rc = PGMR3HandlerPhysicalTypeRegister(pVM, PGMPHYSHANDLERKIND_WRITE, true /*fKeepPgmLock*/,285 rc = PGMR3HandlerPhysicalTypeRegister(pVM, PGMPHYSHANDLERKIND_WRITE, PGMPHYSHANDLER_F_KEEP_PGM_LOCK, 286 286 pgmPoolAccessHandler, 287 287 NULL, "pgmPoolAccessHandler", "pgmRZPoolAccessPfHandler",
Note:
See TracChangeset
for help on using the changeset viewer.