Changeset 93666 in vbox for trunk/src/VBox
- Timestamp:
- Feb 9, 2022 2:31:33 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp
r93650 r93666 161 161 : pType->pszDesc; 162 162 #else 163 : pVM->pgm.s.aPhysHandlerTypes[hType ].pszDesc;163 : pVM->pgm.s.aPhysHandlerTypes[hType & PGMPHYSHANDLERTYPE_IDX_MASK].pszDesc; 164 164 #endif 165 165 *ppPhysHandler = pNew;
Note:
See TracChangeset
for help on using the changeset viewer.