Changeset 54200 in vbox for trunk/include
- Timestamp:
- Feb 13, 2015 3:44:32 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98262
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r54198 r54200 1568 1568 Assert(GIP_ARE_TSC_DELTAS_APPLICABLE(pGip)); 1569 1569 1570 /** @todo convert these to AssertMsg() after sufficient testing before public 1571 * release. */ 1570 1572 AssertMsgReturn(idApic < RT_ELEMENTS(pGip->aiCpuFromApicId), ("idApic=%u\n", idApic), VERR_INVALID_CPU_ID); 1571 1573 iCpu = pGip->aiCpuFromApicId[idApic]; … … 1628 1630 1629 1631 rc = SUPTscDeltaApply(g_pSUPGlobalInfoPage, puTsc, idApic, &fDeltaApplied); 1630 AssertRC Return(rc,rc);1632 AssertRC(rc); 1631 1633 return fDeltaApplied ? VINF_SUCCESS : VERR_SUPDRV_TSC_READ_FAILED; 1632 1634 # endif
Note:
See TracChangeset
for help on using the changeset viewer.