VirtualBox

Changeset 13047 in vbox for trunk/include


Ignore:
Timestamp:
Oct 7, 2008 1:24:42 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37502
Message:

AVLROGCPTRNODECORE: alignment adjustment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/avl.h

    r9387 r13047  
    519519    /** Height of this tree: max(height(left), height(right)) + 1 */
    520520    unsigned char       uchHeight;
    521     unsigned char       padding[GC_ARCH_BITS == 64 ? 7 : 3];
     521    unsigned char       padding[GC_ARCH_BITS == 64 ? 7 : 7];
    522522} AVLROGCPTRNODECORE, *PAVLROGCPTRNODECORE;
    523523
     
    633633#if HC_ARCH_BITS == 64 || GC_ARCH_BITS == 64
    634634    unsigned char       Padding[7]; /**< Alignment padding. */
    635 #endif 
     635#endif
    636636} AVLOHCPHYSNODECORE, *PAVLOHCPHYSNODECORE;
    637637
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette