Changeset 56052 in vbox for trunk/src/VBox/VMM/include/PGMInternal.h
- Timestamp:
- May 24, 2015 2:56:38 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r56051 r56052 711 711 /** Whether the pvUserRC argument should be automatically relocated or not. */ 712 712 bool fRelocUserRC; 713 bool afPadding[3]; 713 bool afPadding[HC_ARCH_BITS == 64 ? 3 : 7]; 714 /** Pointer to RC callback function. */ 715 RCPTRTYPE(PFNPGMVIRTHANDLER) pfnHandlerRC; 714 716 /** Pointer to RC callback function for \#PFs. */ 715 717 RCPTRTYPE(PFNPGMRCVIRTPFHANDLER) pfnPfHandlerRC; … … 2712 2714 /** Virtual access handlers (AVL range + GC ptr tree). */ 2713 2715 AVLROGCPTRTREE VirtHandlers; 2714 /** Virtual access handlers (Phys range AVL range + offsetptr tree). */ 2716 /** Virtual access handlers (Phys range AVL range + offsetptr tree). 2717 * @remarks Handler of the hypervisor kind are of course not present. */ 2715 2718 AVLROGCPHYSTREE PhysToVirtHandlers; 2716 2719 /** Virtual access handlers for the hypervisor (AVL range + GC ptr tree). */
Note:
See TracChangeset
for help on using the changeset viewer.