Changeset 65929 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Mar 3, 2017 12:56:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstContiguous.cpp
r65231 r65929 77 77 /* With 32-bit address spaces it's sometimes difficult 78 78 * to find bigger chunks of contiguous memory */ 79 if (i % 11 < 8)79 if (i % 11 > 7) 80 80 RTPrintf(" => ignoring (32-bit host)"); 81 81 else
Note:
See TracChangeset
for help on using the changeset viewer.