VirtualBox

Changeset 1522 in vbox for trunk


Ignore:
Timestamp:
Mar 15, 2007 7:57:46 PM (18 years ago)
Author:
vboxsync
Message:

Fixed an vm.mac/vm.h mismatch.

File:
1 edited

Legend:

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

    r1485 r1522  
    319319
    320320    /* padding to make gnuc put the StatQemuToGC where msc does. */
    321 #if HC_ARCH_BITS == 32
    322     uint32_t            padding0[2];
    323 #endif
     321/*#if HC_ARCH_BITS == 32
     322    uint32_t            padding0;
     323#endif */
    324324
    325325    /** Profiling the total time from Qemu to GC. */
     
    348348
    349349    /* padding - the unions must be aligned on 32 bytes boundraries. */
    350     uint32_t            padding[HC_ARCH_BITS == 32 ? 4 : 6];
     350    uint32_t            padding[HC_ARCH_BITS == 32 ? 6 : 6];
    351351
    352352    /** CPUM part. */
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