VirtualBox

Changeset 102879 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Jan 15, 2024 3:28:34 PM (13 months ago)
Author:
vboxsync
Message:

VMM/IEM: Skip PC validation and such if we don't jump on a conditional branch (when compiling). Disabled setting two unused IEMCPU members. bugref:10371

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IEMInternal.h

    r102867 r102879  
    17011701     * whether a branch instruction jumps to a new page or stays within the
    17021702     * current one. */
    1703     RTGCPHYS                GCPhysTbBranchSrcBuf;
     1703    RTGCPHYS                GCPhysTbBranchSrcBufUnused;
    17041704    /** Copy of IEMCPU::uInstrBufPc after decoding a branch instruction.  */
    1705     uint64_t                GCVirtTbBranchSrcBuf;
     1705    uint64_t                GCVirtTbBranchSrcBufUnused;
    17061706    /** Pointer to the ring-3 TB allocator for this EMT. */
    17071707    R3PTRTYPE(PIEMTBALLOCATOR) pTbAllocatorR3;
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