Changeset 7942 in vbox for trunk/src/VBox/Runtime/common/log/logcom.cpp
- Timestamp:
- Apr 11, 2008 8:32:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/logcom.cpp
r6525 r7942 111 111 for (pu8 = (const uint8_t *)pach; cb-- > 0; pu8++) 112 112 { 113 register unsigned cMaxWait; 114 register uint8_t u8; 115 113 116 /* expand \n -> \r\n */ 114 117 if (*pu8 == '\n') … … 116 119 117 120 /* Check if port is ready. */ 118 register unsigned cMaxWait = ~0; 119 register uint8_t u8; 121 cMaxWait = ~0; 120 122 do 121 123 {
Note:
See TracChangeset
for help on using the changeset viewer.