VirtualBox

Changeset 39976 in vbox for trunk


Ignore:
Timestamp:
Feb 2, 2012 10:50:39 PM (13 years ago)
Author:
vboxsync
Message:

32-bit padding.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Input/PS2K.cpp

    r39975 r39976  
    185185    /** Typematic repeat period in milliseconds. */
    186186    unsigned            uTypematicRepeat;
     187#if HC_ARCH_BITS == 32
     188    uin32_t             Alignment0;
     189#endif
    187190    /** Critical section protecting the state. */
    188191    PDMCRITSECT         KbdCritSect;
     
    201204
    202205    scan_state_t        XlatState;      //@todo: temporary
    203     uint32_t            Alignment0;
     206    uint32_t            Alignment1;
    204207
    205208    /**
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