VirtualBox

Changeset 64116 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 30, 2016 8:18:38 PM (8 years ago)
Author:
vboxsync
Message:

PGM: build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp

    r64115 r64116  
    215215     */
    216216    AssertPtr(pPhysHandler);
    217 #if defined(LOG_ENABLED) || defined(VBOX_STRICT)
    218217    PPGMPHYSHANDLERTYPEINT pType = PGMPHYSHANDLERTYPEINT_FROM_HANDLE(pVM, pPhysHandler->hType);
    219218    Assert(pType->u32Magic == PGMPHYSHANDLERTYPEINT_MAGIC);
    220219    Log(("pgmHandlerPhysicalExRegister: GCPhys=%RGp GCPhysLast=%RGp hType=%#x (%d, %s) pszDesc=%RHv:%s\n",
    221220         GCPhys, GCPhysLast, pPhysHandler->hType, pType->enmKind, R3STRING(pType->pszDesc), pPhysHandler->pszDesc, R3STRING(pPhysHandler->pszDesc)));
    222 #endif
    223221    AssertReturn(pPhysHandler->Core.Key == NIL_RTGCPHYS, VERR_WRONG_ORDER);
    224222
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette