- Timestamp:
- Feb 2, 2012 10:50:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/PS2K.cpp
r39975 r39976 185 185 /** Typematic repeat period in milliseconds. */ 186 186 unsigned uTypematicRepeat; 187 #if HC_ARCH_BITS == 32 188 uin32_t Alignment0; 189 #endif 187 190 /** Critical section protecting the state. */ 188 191 PDMCRITSECT KbdCritSect; … … 201 204 202 205 scan_state_t XlatState; //@todo: temporary 203 uint32_t Alignment 0;206 uint32_t Alignment1; 204 207 205 208 /**
Note:
See TracChangeset
for help on using the changeset viewer.