Changeset 16125 in vbox
- Timestamp:
- Jan 21, 2009 11:03:50 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41846
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/GuestImpl.cpp
r16123 r16125 301 301 STDMETHODIMP Guest::SetStatistic(ULONG aCpuId, GuestStatisticType_T aStatistic, ULONG aStatVal) 302 302 { 303 CheckComArgExpr(aCpuId, aCpuId = 0);303 CheckComArgExpr(aCpuId, aCpuId == 0); 304 304 CheckComArgExpr(aStatistic, aStatistic < GuestStatisticType_MaxVal); 305 305
Note:
See TracChangeset
for help on using the changeset viewer.