VirtualBox

Ignore:
Timestamp:
Nov 4, 2014 6:44:59 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96763
Message:

HostDrivers/Support: build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv.c

    r53213 r53215  
    76557655        {
    76567656            int rc2;
     7657            uint16_t iCpu;
    76577658
    76587659            /* If we failed to have a delta, measurement the delta and retry. */
    76597660            AssertMsgReturn(idApic < RT_ELEMENTS(pGip->aiCpuFromApicId),
    76607661                            ("idApic=%u ArraySize=%u\n", idApic, RT_ELEMENTS(pGip->aiCpuFromApicId)), VERR_INVALID_CPU_INDEX);
    7661             uint16_t iCpu = pGip->aiCpuFromApicId[idApic];
     7662            iCpu = pGip->aiCpuFromApicId[idApic];
    76627663            AssertMsgReturn(iCpu < pGip->cCpus, ("iCpu=%u cCpus=%u\n", iCpu, pGip->cCpus), VERR_INVALID_CPU_INDEX);
    76637664
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