Changeset 72842 in vbox
- Timestamp:
- Jul 4, 2018 1:26:54 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstPDMAsyncCompletionStress.cpp
r69111 r72842 180 180 unsigned idx = 0; 181 181 182 while ( ( pbBuf[idx] == pbTestPattern[idx])183 && ( idx < cbCompare))182 while ( (idx < cbCompare) 183 && (pbBuf[idx] == pbTestPattern[idx])) 184 184 idx++; 185 185
Note:
See TracChangeset
for help on using the changeset viewer.

