Changeset 93491 in vbox for trunk/src/VBox/Devices/testcase/tstDeviceIoFuzz.cpp
- Timestamp:
- Jan 31, 2022 9:38:35 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/testcase/tstDeviceIoFuzz.cpp
r93115 r93491 142 142 143 143 uint64_t u64Value = fRead ? 0 : RTRandAdvU64(hRnd); 144 uint32_t cbValue = g_aAccWidths[RTRandAdvU32Ex(hRnd, 0, 2)];144 uint32_t cbValue = g_aAccWidths[RTRandAdvU32Ex(hRnd, 0, 3)]; 145 145 146 146 if (fRead)
Note:
See TracChangeset
for help on using the changeset viewer.