Changeset 80118 in vbox for trunk/src/VBox/Devices/VMMDev/VMMDevState.h
- Timestamp:
- Aug 4, 2019 2:39:54 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDevState.h
r77243 r80118 140 140 uint32_t fHostCursorRequested; 141 141 142 //#if HC_ARCH_BITS == 32 143 // /** Alignment padding. */ 144 // uint32_t u32Alignment0; 145 //#endif 146 142 #ifdef VBOX_WITH_RAW_MODE_KEEP 147 143 /** Pointer to device instance - RC pointer. */ 148 144 PPDMDEVINSRC pDevInsRC; 145 #else 146 uint32_t u32Alignment0; 147 #endif 149 148 /** Pointer to device instance - R3 poitner. */ 150 149 PPDMDEVINSR3 pDevInsR3; … … 205 204 /** R0 pointer to VMMDev RAM area - first page only, could be NULL! */ 206 205 R0PTRTYPE(VMMDevMemory *) pVMMDevRAMR0; 206 #ifdef VBOX_WITH_RAW_MODE_KEEP 207 207 /** R0 pointer to VMMDev RAM area - first page only, could be NULL! */ 208 208 RCPTRTYPE(VMMDevMemory *) pVMMDevRAMRC; 209 #if HC_ARCH_BITS != 32210 209 RTRCPTR RCPtrAlignment3b; 211 210 #endif
Note:
See TracChangeset
for help on using the changeset viewer.