VirtualBox

Changeset 54200 in vbox for trunk/include


Ignore:
Timestamp:
Feb 13, 2015 3:44:32 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
98262
Message:

sup.h: nit and todo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/sup.h

    r54198 r54200  
    15681568    Assert(GIP_ARE_TSC_DELTAS_APPLICABLE(pGip));
    15691569
     1570    /** @todo convert these to AssertMsg() after sufficient testing before public
     1571     *        release. */
    15701572    AssertMsgReturn(idApic < RT_ELEMENTS(pGip->aiCpuFromApicId), ("idApic=%u\n", idApic), VERR_INVALID_CPU_ID);
    15711573    iCpu = pGip->aiCpuFromApicId[idApic];
     
    16281630
    16291631    rc = SUPTscDeltaApply(g_pSUPGlobalInfoPage, puTsc, idApic, &fDeltaApplied);
    1630     AssertRCReturn(rc, rc);
     1632    AssertRC(rc);
    16311633    return fDeltaApplied ? VINF_SUCCESS : VERR_SUPDRV_TSC_READ_FAILED;
    16321634# endif
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