Changeset 38940 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 5, 2011 12:58:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/VMInternal.h
r38841 r38940 183 183 volatile uint32_t cReqFree; 184 184 /** Array of pointers to lists of free request packets. Atomic. */ 185 volatile PVMREQ apReqFree[16 -4];185 volatile PVMREQ apReqFree[16 - (HC_ARCH_BITS == 32 ? 5 : 4)]; 186 186 187 187 /** The reference count of the UVM handle. */ … … 305 305 RTUUID Uuid; 306 306 } VMINTUSERPERVM; 307 AssertCompileMemberAlignment(VMINTUSERPERVM, StatReqAllocNew, 8); 307 308 308 309 /** Pointer to the VM internal data kept in the UVM. */
Note:
See TracChangeset
for help on using the changeset viewer.