VirtualBox

Changeset 7051 in vbox


Ignore:
Timestamp:
Feb 20, 2008 4:21:31 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28286
Message:

Realigning after RTGCPHYS change.

File:
1 edited

Legend:

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

    r5999 r7051  
    271271    /** Height of this tree: max(height(left), height(right)) + 1 */
    272272    unsigned char       uchHeight;
     273    /** Make sure the structure is a multiple of 8 in size. */
     274    unsigned char       Padding[7];
    273275} AVLROGCPHYSNODECORE, *PAVLROGCPHYSNODECORE;
    274276
     
    578580#if HC_ARCH_BITS == 64 || GC_ARCH_BITS == 64
    579581    unsigned char       Padding[7]; /**< Alignment padding. */
    580 #endif 
     582#endif
    581583} AVLOHCPHYSNODECORE, *PAVLOHCPHYSNODECORE;
    582584
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