Changeset 74447 in vbox for trunk/src/VBox/Devices/Serial
- Timestamp:
- Sep 24, 2018 4:08:23 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DrvChar.cpp
r74446 r74447 77 77 /** Current position into the read buffer. */ 78 78 uint8_t *pbBuf; 79 80 #if HC_ARCH_BITS == 32 81 uint32_t uAlignment0; 82 #endif 79 83 80 84 /** Read/write statistics */
Note:
See TracChangeset
for help on using the changeset viewer.