VirtualBox

Changeset 164 in vbox


Ignore:
Timestamp:
Jan 18, 2007 6:37:06 PM (18 years ago)
Author:
vboxsync
Message:

Corrected padding.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/REMInternal.h

    r161 r164  
    172172    RTUINT                  u32PendingInterrupt;
    173173
     174#if HC_ARCH_BITS == 32
     175    /** Padding for MS / GC alignment difference. */
     176    uint32_t                u32Padding;
     177#endif
    174178    /** Number of recorded invlpg instructions. */
    175179    RTUINT                  cInvalidatedPages;
     
    213217    RTINT                   rc;
    214218
    215     /** Padding for MS / GC alignment difference. */
    216     uint32_t                u32Padding;
    217219    /** Time spent in QEMU. */
    218220    STAMPROFILEADV          StatsInQEMU;
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