VirtualBox

Changeset 106728 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Oct 27, 2024 9:40:07 PM (3 months ago)
Author:
vboxsync
Message:

VMM/NEM-win/arm: Release build warnings. jiraref:VBP-1253

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/NEMR3Native-win-armv8.cpp

    r106592 r106728  
    177177/** NEM_WIN_PAGE_STATE_XXX names. */
    178178NEM_TMPL_STATIC const char * const g_apszPageStates[4] = { "not-set", "unmapped", "readable", "writable" };
     179#ifdef LOG_ENABLED
    179180/** HV_INTERCEPT_ACCESS_TYPE names. */
    180181static const char * const g_apszHvInterceptAccessTypes[4] = { "read", "write", "exec", "!undefined!" };
     182#endif
    181183
    182184
     
    18671869    AssertRCReturn(rc, rc);
    18681870
     1871#ifdef LOG_ENABLED
    18691872    uint8_t const cbInstr = pExit->MemoryAccess.InstructionByteCount;
    18701873    RTGCPTR const GCPtrVa = pExit->MemoryAccess.Gva;
     1874#endif
    18711875    RTGCPHYS const GCPhys = pExit->MemoryAccess.Gpa;
    18721876    uint64_t const uIss   = pExit->MemoryAccess.Syndrome;
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