VirtualBox

Changeset 68425 in vbox


Ignore:
Timestamp:
Aug 16, 2017 12:21:10 AM (7 years ago)
Author:
vboxsync
Message:

Another alignment fix

Location:
trunk/include/VBox/vmm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmpcidev.h

    r66269 r68425  
    146146        PDMPCIDEVINT        s;
    147147#endif
    148         uint8_t             padding[HC_ARCH_BITS == 32 ? 272 : 384];
     148        uint8_t             padding[HC_ARCH_BITS == 32 ? 288 : 384];
    149149    } Int;
    150150
  • trunk/include/VBox/vmm/pdmpcidevint.h

    r68424 r68425  
    209209#if HC_ARCH_BITS == 32
    210210    /** Add padding to align aIORegions to an 8 byte boundary. */
    211     uint8_t                         abPadding1[4];
     211    uint8_t                         abPadding1[12];
    212212#endif
    213213
     
    220220} PDMPCIDEVINT;
    221221AssertCompileMemberAlignment(PDMPCIDEVINT, aIORegions, 8);
    222 AssertCompileSize(PDMPCIDEVINT, HC_ARCH_BITS == 32 ? 272 : 384);
     222AssertCompileSize(PDMPCIDEVINT, HC_ARCH_BITS == 32 ? 280 : 384);
    223223
    224224/** Indicate that PDMPCIDEV::Int.s can be declared. */
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