VirtualBox

Changeset 7036 in vbox for trunk/include/VBox/vm.h


Ignore:
Timestamp:
Feb 20, 2008 1:51:04 PM (17 years ago)
Author:
vboxsync
Message:

Broke the 64 bits build

File:
1 edited

Legend:

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

    r7026 r7036  
    549549        struct REM  s;
    550550#endif
    551         char        padding[0x6f00];    /* multiple of 32 */
     551        char        padding[HC_ARCH_BITS == 32 ? 0x6f00 : 0xbf00];    /* multiple of 32 */
    552552    } rem;
    553553} VM;
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