VirtualBox

Ignore:
Timestamp:
Mar 23, 2010 4:13:21 PM (15 years ago)
Author:
vboxsync
Message:

Todo removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Performance.cpp

    r26122 r27645  
    9393    }
    9494
    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);
    9896    *mhz = (ULONG)(u64TotalMHz / cCpus);
    9997
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette