VirtualBox

Changeset 16125 in vbox


Ignore:
Timestamp:
Jan 21, 2009 11:03:50 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
41846
Message:

Guest::SetStatistic argument check as well.

File:
1 edited

Legend:

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

    r16123 r16125  
    301301STDMETHODIMP Guest::SetStatistic(ULONG aCpuId, GuestStatisticType_T aStatistic, ULONG aStatVal)
    302302{
    303     CheckComArgExpr(aCpuId, aCpuId = 0);
     303    CheckComArgExpr(aCpuId, aCpuId == 0);
    304304    CheckComArgExpr(aStatistic, aStatistic < GuestStatisticType_MaxVal);
    305305
Note: See TracChangeset for help on using the changeset viewer.

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