Changeset 102879 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jan 15, 2024 3:28:34 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/IEMInternal.h
r102867 r102879 1701 1701 * whether a branch instruction jumps to a new page or stays within the 1702 1702 * current one. */ 1703 RTGCPHYS GCPhysTbBranchSrcBuf ;1703 RTGCPHYS GCPhysTbBranchSrcBufUnused; 1704 1704 /** Copy of IEMCPU::uInstrBufPc after decoding a branch instruction. */ 1705 uint64_t GCVirtTbBranchSrcBuf ;1705 uint64_t GCVirtTbBranchSrcBufUnused; 1706 1706 /** Pointer to the ring-3 TB allocator for this EMT. */ 1707 1707 R3PTRTYPE(PIEMTBALLOCATOR) pTbAllocatorR3;
Note:
See TracChangeset
for help on using the changeset viewer.