VirtualBox

Changeset 99069 in vbox


Ignore:
Timestamp:
Mar 20, 2023 2:56:37 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156434
Message:

Debugger: No shadowp aging modes for ARMv8, bugref:10385

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp

    r99061 r99069  
    37403740static RTHCPHYS dbgcGetShadowPageMode(PDBGC pDbgc, bool *pfPAE, bool *pfLME, bool *pfPSE, bool *pfPGE, bool *pfNXE)
    37413741{
     3742#if defined(VBOX_VMM_TARGET_ARMV8)
     3743    RT_NOREF(pDbgc, pfPAE, pfLME, pfPSE, pfPGE, pfNXE);
     3744    AssertReleaseFailed();
     3745    return ~(RTHCPHYS)0;
     3746#else
    37423747    PVMCPU pVCpu = VMMR3GetCpuByIdU(pDbgc->pUVM, pDbgc->idCpu);
    37433748
     
    37673772    }
    37683773    return PGMGetHyperCR3(pVCpu);
     3774#endif
    37693775}
    37703776
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