Changeset 85075 in vbox for trunk/src/VBox/Runtime/common/string/memchr.cpp
- Timestamp:
- Jul 6, 2020 5:17:30 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/memchr.cpp
r82968 r85075 51 51 #endif 52 52 { 53 registeruint8_t const *pu8 = (uint8_t const *)pv;54 registersize_t cb2 = cb;53 uint8_t const *pu8 = (uint8_t const *)pv; 54 size_t cb2 = cb; 55 55 while (cb2-- > 0) 56 56 {
Note:
See TracChangeset
for help on using the changeset viewer.