VirtualBox

Changeset 27567 in vbox


Ignore:
Timestamp:
Mar 22, 2010 12:03:02 AM (15 years ago)
Author:
vboxsync
Message:

EMInternal.h: Fixed assertion caused by emR3RecordCli on 32-bit systems, except windows.

File:
1 edited

Legend:

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

    r27231 r27567  
    4848
    4949
    50 /** 
    51  * MWait state flags. 
     50/**
     51 * MWait state flags.
    5252 */
    5353/* MWait activated. */
     
    6666    /** The key is the cli address. */
    6767    AVLGCPTRNODECORE        Core;
     68#if HC_ARCH_BITS == 32 && !defined(RT_OS_WINDOWS)
     69    /** Padding. */
     70    uint32_t                u32Padding;
     71#endif
    6872    /** Occurrences. */
    6973    STAMCOUNTER             Counter;
    7074} CLISTAT, *PCLISTAT;
     75AssertCompileMemberAlignment(CLISTAT, Counter, 8);
    7176
    7277
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