VirtualBox

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


Ignore:
Timestamp:
Nov 4, 2013 10:18:47 AM (11 years ago)
Author:
vboxsync
Message:

VMM: allow to compile with VBOX_WITH_RAW_MODE disabled

File:
1 edited

Legend:

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

    r47889 r49379  
    355355             && pSelInfo->GCPtrBase == 0
    356356             && pSelInfo->cbLimit   >= UINT32_MAX
    357              && PATMIsPatchGCAddr(pState->pVM, pState->Cpu.uInstrAddr))
     357#ifdef VBOX_WITH_RAW_MODE
     358             && PATMIsPatchGCAddr(pState->pVM, pState->Cpu.uInstrAddr)
     359#endif
     360             )
    358361    {
    359362        DBGFR3AddrFromFlat(pState->pVM->pUVM, &Addr, uAddress);
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