Changeset 77136 in vbox
- Timestamp:
- Feb 1, 2019 5:58:25 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/USBLib.cpp
r76553 r77136 46 46 pszSerial = ""; 47 47 48 registerconst uint8_t *pu8 = (const uint8_t *)pszSerial;49 registeruint64_t u64 = UINT64_C(14695981039346656037);48 const uint8_t *pu8 = (const uint8_t *)pszSerial; 49 uint64_t u64 = UINT64_C(14695981039346656037); 50 50 for (;;) 51 51 { 52 registeruint8_t u8 = *pu8;52 uint8_t u8 = *pu8; 53 53 if (!u8) 54 54 break;
Note:
See TracChangeset
for help on using the changeset viewer.