VirtualBox

Changeset 9387 in vbox for trunk/src/VBox/Devices/PC


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

64-bit GC alignment fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevPIC.cpp

    r9212 r9387  
    120120    /** Pointer to the device instance, GCPtr. */
    121121    RCPTRTYPE(PPDMDEVINS)   pDevInsGC;
    122 #if HC_ARCH_BITS == 64 && GC_ARCH_BITS != 64
    123     RTGCPTR                 Alignment0;
     122#if HC_ARCH_BITS == 64
     123    RTRCPTR                 Alignment0;
    124124#endif
    125125} PicState;
     
    138138    /** Pointer to the PIC GC helpers. */
    139139    PCPDMPICHLPGC           pPicHlpGC;
     140#if HC_ARCH_BITS == 32
     141    uint32_t                Alignmnet1;
     142#endif
    140143    /** Pointer to the device instance - GC Ptr. */
    141144    RCPTRTYPE(PPDMDEVINS)   pDevInsGC;
    142145    /** Pointer to the device instance - GC Ptr. */
    143146    R3R0PTRTYPE(PPDMDEVINS) pDevInsHC;
    144 #if HC_ARCH_BITS == 32
    145     uint32_t                Alignmnet0;
    146 #endif
    147147#ifdef VBOX_WITH_STATISTICS
    148148    STAMCOUNTER             StatSetIrqGC;
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