VirtualBox

Changeset 38839 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Sep 23, 2011 11:30:22 AM (13 years ago)
Author:
vboxsync
Message:

VMMInternal.h: Alignment fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/VMMInternal.h

    r38835 r38839  
    397397    /** Offset to the VMCPU structure.
    398398     * See VMM2VMCPU(). */
    399     RTINT                       offVMCPU;
     399    int32_t                     offVMCPU;
    400400
    401401    /** The last RC/R0 return code. */
     
    425425     *  attempts at recursive rendezvous. */
    426426    bool volatile               fInRendezvous;
    427     bool                        afPadding[7];
     427    bool                        afPadding[HC_ARCH_BITS == 32 ? 7 : 3];
    428428    /** @} */
    429429
     
    437437    /** The result of the last operation. */
    438438    int32_t                     rcCallRing3;
    439 #if HC_ARCH_BITS == 64
    440     uint32_t                    padding;
    441 #endif
    442439    /** The argument to the operation. */
    443440    uint64_t                    u64CallRing3Arg;
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