Changeset 27645 in vbox for trunk/src/VBox/Main/Performance.cpp
- Timestamp:
- Mar 23, 2010 4:13:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Performance.cpp
r26122 r27645 93 93 } 94 94 95 // @todo Replace 'if' with 'AssertReturn' when done debugging 96 //AssertReturn(cCpus, VERR_NOT_IMPLEMENTED); 97 if (cCpus == 0) return VERR_NOT_IMPLEMENTED; 95 AssertReturn(cCpus, VERR_NOT_IMPLEMENTED); 98 96 *mhz = (ULONG)(u64TotalMHz / cCpus); 99 97
Note:
See TracChangeset
for help on using the changeset viewer.