VirtualBox

Changeset 100224 in vbox for trunk


Ignore:
Timestamp:
Jun 20, 2023 2:55:32 AM (18 months ago)
Author:
vboxsync
Message:

VMM/IEM: Build fix. bugref:10369

File:
1 edited

Legend:

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

    r100222 r100224  
    167167                        "Data TLB physical revision",               "/IEM/CPU%u/DataTlb-PhysRev", idCpu);
    168168
     169
     170#ifdef VBOX_WITH_IEM_RECOMPILER
    169171        STAMR3RegisterF(pVM, (void *)&pVCpu->iem.s.cTbAllocs,           STAMTYPE_U64,       STAMVISIBILITY_ALWAYS, STAMUNIT_NONE,
    170172                        "Translation block allocations",            "/IEM/CPU%u/cTbAllocs", idCpu);
     
    175177        STAMR3RegisterF(pVM, (void *)&pVCpu->iem.s.cTbLookupMisses, STAMTYPE_U64,       STAMVISIBILITY_ALWAYS, STAMUNIT_NONE,
    176178                        "Translation block lookup misses",          "/IEM/CPU%u/cTbLookupMisses", idCpu);
     179#endif
    177180
    178181        for (uint32_t i = 0; i < RT_ELEMENTS(pVCpu->iem.s.aStatXcpts); i++)
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