VirtualBox

Changeset 32920 in vbox


Ignore:
Timestamp:
Oct 5, 2010 1:43:30 PM (14 years ago)
Author:
vboxsync
Message:

Compile fix

Location:
trunk
Files:
2 edited

Legend:

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

    r32918 r32920  
    148148        struct EMCPU        s;
    149149#endif
    150         uint8_t             padding[1536];      /* multiple of 64 */
     150        uint8_t             padding[1472];      /* multiple of 64 */
    151151    } em;
    152152
     
    206206    } dbgf;
    207207
     208#if 0
    208209    /** Align the following members on page boundrary. */
    209     uint8_t                 abAlignment2[64];
     210    uint8_t                 abAlignment2[32];
     211#endif
    210212
    211213    /** PGM part. */
  • trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp

    r32133 r32920  
    228228    CHECK_PADDING_VMCPU(64, iom);
    229229    CHECK_PADDING_VMCPU(64, dbgf);
     230#if 0
    230231    PRINT_OFFSET(VMCPU, abAlignment2);
     232#endif
    231233    PRINT_OFFSET(VMCPU, pgm);
    232234    CHECK_PADDING_VMCPU(4096, pgm);
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