VirtualBox

Changeset 39965 in vbox for trunk


Ignore:
Timestamp:
Feb 2, 2012 6:00:06 PM (13 years ago)
Author:
vboxsync
Message:

Just being desperate.

File:
1 edited

Legend:

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

    r39964 r39965  
    230230    PPDMDEVINSR0                pDevInsR0;
    231231
    232 #if HC_ARCH_BITS == 32
    233     uint32_t                    Alignment0;
    234 #endif
     232    /** Critical section protecting the state. */
     233    PDMCRITSECT                 CritSect;
     234
    235235    /** Keyboard state (implemented in separate PS2K module). */
    236236    PS2K                        Kbd;
    237     /** Critical section protecting the state. */
    238     PDMCRITSECT                 CritSect;
    239 
    240 #ifdef HC_ARCH_BITS //OLD_KBD
     237
     238#if 1 //OLD_KBD
    241239    /**
    242240     * Keyboard port - LUN#0.
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