VirtualBox

Changeset 9387 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 4, 2008 1:51:21 PM (17 years ago)
Author:
vboxsync
Message:

64-bit GC alignment fixes

Location:
trunk/include/VBox
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/dbgf.h

    r9212 r9387  
    595595    /** The breakpoint type. */
    596596    DBGFBPTYPE      enmType;
     597
     598#if GC_ARCH_BITS == 64
     599    uint32_t        u32Padding;
     600#endif
     601
    597602    /** Union of type specific data. */
    598603    union
  • trunk/include/VBox/patm.h

    r9344 r9387  
    111111    } Restore;
    112112
     113#if GC_ARCH_BITS == 64
     114    uint32_t        padding;
     115#endif
     116
    113117} PATMGCSTATE, *PPATMGCSTATE;
    114118
  • trunk/include/VBox/pdmqueue.h

    r9212 r9387  
    5555    /** Pointer to the next item in the pending list - GC Pointer. */
    5656    RCPTRTYPE(PPDMQUEUEITEMCORE)    pNextGC;
    57 #if HC_ARCH_BITS == 64 && GC_ARCH_BITS == 32
     57#if HC_ARCH_BITS == 64
    5858    uint32_t                        Alignment0;
    5959#endif
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