Changeset 85074 in vbox for trunk/src/VBox/ValidationKit/utils
- Timestamp:
- Jul 6, 2020 5:17:00 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 138978
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/cpu/cpu-numa.cpp
r82968 r85074 123 123 { 124 124 #if 1 125 size_t registeru = 0;125 size_t u = 0; 126 126 size_t volatile *puCur = (size_t volatile *)pvTest; 127 127 size_t volatile *puEnd = puCur + cbTestSet / sizeof(size_t);
Note:
See TracChangeset
for help on using the changeset viewer.