VirtualBox

Changeset 25572 in vbox for trunk/include


Ignore:
Timestamp:
Dec 22, 2009 3:20:07 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56250
Message:

build fix.

File:
1 edited

Legend:

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

    r25571 r25572  
    199199    /** Pointer to a table containing pointers to records of all the owners. */
    200200    R3R0PTRTYPE(PRTLOCKVALIDATORSHAREDONE volatile *) papOwners;
    201 #if RT_ARCH_BITS == 32
     201#if HC_ARCH_BITS == 32
    202202    /** Alignment padding. */
    203     uint32_T                            u32Reserved;
     203    uint32_t                            u32Alignment;
    204204#endif
    205205} RTLOCKVALIDATORSHARED;
    206 /*AssertCompileSize(RTLOCKVALIDATORSHARED, HC_ARCH_BITS == 32 ? 24 + 20 + 4 : 40 + 24);*/
     206AssertCompileSize(RTLOCKVALIDATORSHARED, HC_ARCH_BITS == 32 ? 24 + 20 + 4 : 40 + 24);
    207207
    208208
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