Changeset 64116 in vbox for trunk/src/VBox
- Timestamp:
- Sep 30, 2016 8:18:38 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp
r64115 r64116 215 215 */ 216 216 AssertPtr(pPhysHandler); 217 #if defined(LOG_ENABLED) || defined(VBOX_STRICT)218 217 PPGMPHYSHANDLERTYPEINT pType = PGMPHYSHANDLERTYPEINT_FROM_HANDLE(pVM, pPhysHandler->hType); 219 218 Assert(pType->u32Magic == PGMPHYSHANDLERTYPEINT_MAGIC); 220 219 Log(("pgmHandlerPhysicalExRegister: GCPhys=%RGp GCPhysLast=%RGp hType=%#x (%d, %s) pszDesc=%RHv:%s\n", 221 220 GCPhys, GCPhysLast, pPhysHandler->hType, pType->enmKind, R3STRING(pType->pszDesc), pPhysHandler->pszDesc, R3STRING(pPhysHandler->pszDesc))); 222 #endif223 221 AssertReturn(pPhysHandler->Core.Key == NIL_RTGCPHYS, VERR_WRONG_ORDER); 224 222
Note:
See TracChangeset
for help on using the changeset viewer.