Changeset 56053 in vbox for trunk/src/VBox/VMM/include/PGMInternal.h
- Timestamp:
- May 24, 2015 3:12:41 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PGMInternal.h
r56052 r56053 711 711 /** Whether the pvUserRC argument should be automatically relocated or not. */ 712 712 bool fRelocUserRC; 713 bool afPadding[HC_ARCH_BITS == 64 ? 3 : 7];713 bool afPadding[HC_ARCH_BITS == 64 ? 7 : 3]; 714 714 /** Pointer to RC callback function. */ 715 715 RCPTRTYPE(PFNPGMVIRTHANDLER) pfnHandlerRC;
Note:
See TracChangeset
for help on using the changeset viewer.