VirtualBox

Changeset 38940 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Oct 5, 2011 12:58:33 PM (13 years ago)
Author:
vboxsync
Message:

VMInternal.h: Alignment fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/VMInternal.h

    r38841 r38940  
    183183    volatile uint32_t               cReqFree;
    184184    /** 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)];
    186186
    187187    /** The reference count of the UVM handle. */
     
    305305    RTUUID                          Uuid;
    306306} VMINTUSERPERVM;
     307AssertCompileMemberAlignment(VMINTUSERPERVM, StatReqAllocNew, 8);
    307308
    308309/** Pointer to the VM internal data kept in the UVM. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette