VirtualBox

Changeset 8801 in vbox for trunk


Ignore:
Timestamp:
May 14, 2008 3:09:18 AM (17 years ago)
Author:
vboxsync
Message:

alignment...

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vm.h

    r8798 r8801  
    522522        struct DBGF s;
    523523#endif
    524         char        padding[HC_ARCH_BITS == 32 ? 1888 : 1952];      /* multiple of 32 */
     524        char        padding[HC_ARCH_BITS == 32 ? 1920 : 1952];      /* multiple of 32 */
    525525    } dbgf;
    526526
  • trunk/src/VBox/VMM/DBGFInternal.h

    r8799 r8801  
    276276    /** The head of the Guest OS digger instances. */
    277277    PDBGFOS                 pOSHead;
    278     uint64_t u64Padding; /**< Size alignment padding. */
     278//#if HC_ARCH_BITS == 64
     279//    uint64_t                u64Padding; /**< Size alignment padding. */
     280//#endif
    279281} DBGF;
    280282/** Pointer to DBGF Data. */
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