VirtualBox

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


Ignore:
Timestamp:
May 18, 2023 1:18:57 AM (20 months ago)
Author:
vboxsync
Message:

VMM/IEM: More recompiler work. bugref:10369

File:
1 edited

Legend:

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

    r99690 r99832  
    536536
    537537
     538/** Pointer to a translation block. */
     539typedef struct IEMTB *PIEMTB;
     540
     541
    538542/**
    539543 * The per-CPU IEM state.
     
    813817    /** Alignment padding. */
    814818    uint8_t                 abAlignment8[42];
     819
     820    /** @name Recompilation
     821     * @{ */
     822    /** Pointer to the current translation block.
     823     * This can either be one being executed or one being compiled. */
     824    R3PTRTYPE(PIEMTB)       pCurTbR3;
     825    /** Spaced reserved for recompiler data / alignment. */
     826    uint64_t                auRecompilerStuff[7];
     827    /** @} */
    815828
    816829    /** Data TLB.
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