VirtualBox

Changeset 19665 in vbox


Ignore:
Timestamp:
May 13, 2009 3:17:32 PM (16 years ago)
Author:
vboxsync
Message:

Attempt at fixing alignment issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/MMInternal.h

    r19663 r19665  
    324324    /** The typical magic (MMHYPERHEAP_MAGIC). */
    325325    uint32_t                u32Magic;
     326    /** The heap size. (This structure is not included!) */
     327    uint32_t                cbHeap;
    326328    /** Lock protecting the heap. */
    327329    PDMCRITSECT             Lock;
    328     /** The heap size. (This structure is not included!) */
    329     uint32_t                cbHeap;
    330330    /** The HC ring-3 address of the heap. */
    331331    R3PTRTYPE(uint8_t *)    pbHeapR3;
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