VirtualBox

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


Ignore:
Timestamp:
May 7, 2019 2:12:26 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
130433
Message:

VMM: Build fixes for VBOX_WITH_RAW_MODE= on windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/DBGFAddr.cpp

    r76553 r78434  
    4747DECLINLINE(bool) dbgfR3IsHMA(PUVM pUVM, RTGCUINTPTR FlatPtr)
    4848{
     49#ifdef VBOX_WITH_RAW_MODE
    4950    return VM_IS_RAW_MODE_ENABLED(pUVM->pVM)
    5051        && MMHyperIsInsideArea(pUVM->pVM, FlatPtr);
     52#else
     53    RT_NOREF(pUVM, FlatPtr);
     54    return false;
     55#endif
    5156}
    5257
Note: See TracChangeset for help on using the changeset viewer.

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