Changeset 59747 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Feb 19, 2016 11:18:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GVMMR0.cpp
r58833 r59747 2655 2655 * Enumerate the VMs and add the ones visible to the statistics. 2656 2656 */ 2657 if ( ASMMemIsAll8(&pStats->SchedSum, sizeof(pStats->SchedSum), 0))2657 if (!ASMMemIsZero(&pStats->SchedSum, sizeof(pStats->SchedSum))) 2658 2658 { 2659 2659 for (unsigned i = pGVMM->iUsedHead;
Note:
See TracChangeset
for help on using the changeset viewer.