Changeset 99832 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- May 18, 2023 1:18:57 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r99690 r99832 536 536 537 537 538 /** Pointer to a translation block. */ 539 typedef struct IEMTB *PIEMTB; 540 541 538 542 /** 539 543 * The per-CPU IEM state. … … 813 817 /** Alignment padding. */ 814 818 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 /** @} */ 815 828 816 829 /** Data TLB.
Note:
See TracChangeset
for help on using the changeset viewer.