VirtualBox

Changeset 10409 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 9, 2008 12:14:00 PM (16 years ago)
Author:
vboxsync
Message:

Backed out part of the previous changeset: breaks the saved state.

File:
1 edited

Legend:

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

    r10408 r10409  
    550550#endif
    551551#if GC_ARCH_BITS == 32
    552         char        padding[HC_ARCH_BITS == 32 ? 0x7f00 : 0xcf00];    /* multiple of 32 */
     552        char        padding[HC_ARCH_BITS == 32 ? 0x6f00 : 0xbf00];    /* multiple of 32 */
    553553#else
    554         char        padding[HC_ARCH_BITS == 32 ? 0xaf00 : 0xef00];    /* 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