VirtualBox

Changeset 47460 in vbox


Ignore:
Timestamp:
Jul 29, 2013 1:22:48 PM (11 years ago)
Author:
vboxsync
Message:

VMM: 32-bit build fix.

Location:
trunk/src/VBox/VMM/include
Files:
2 edited

Legend:

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

    r47456 r47460  
    421421     *  @{*/
    422422    RTTHREADCTX                 hR0ThreadCtx;
     423#if HC_ARCH_BITS == 32
     424    uint32_t                    u32Padding;
     425#endif
    423426    /** @} */
    424427
  • trunk/src/VBox/VMM/include/VMMInternal.mac

    r47456 r47460  
    109109
    110110        .hR0ThreadCtx           RTR0PTR_RES 1
     111%if HC_ARCH_BITS == 32
     112        .u32Padding             resd 1
     113%endif
    111114
    112115        .fInRendezvous          resb 1
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