VirtualBox

Changeset 9219 in vbox for trunk/include


Ignore:
Timestamp:
May 29, 2008 12:03:45 PM (17 years ago)
Author:
vboxsync
Message:

More fixes for 32 bits hosts & 64 bits guests.

File:
1 edited

Legend:

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

    r9212 r9219  
    552552        char        padding[HC_ARCH_BITS == 32 ? 0x6f00 : 0xbf00];    /* multiple of 32 */
    553553#else
    554         char        padding[HC_ARCH_BITS == 32 ? 0x8f00 : 0xdf00];    /* multiple of 32 */
     554        char        padding[HC_ARCH_BITS == 32 ? 0x9f00 : 0xdf00];    /* multiple of 32 */
    555555#endif
    556556    } rem;
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