Changeset 54226 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Feb 16, 2015 10:52:18 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98291
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLibAll.cpp
r54225 r54226 101 101 ? pGip->aiCpuFromCpuSetIdx[iCpuSet] : UINT16_MAX; 102 102 # else 103 uint 8_tidApic = ASMGetApicId(); /** @todo this could probably be eliminated in RC if we really wanted to... */103 uint16_t idApic = ASMGetApicId(); /** @todo this could probably be eliminated in RC if we really wanted to... */ 104 104 uint16_t iGipCpu = (unsigned)idApic < RT_ELEMENTS(pGip->aiCpuFromApicId) /* for the future */ 105 105 ? pGip->aiCpuFromApicId[idApic] : UINT16_MAX;
Note:
See TracChangeset
for help on using the changeset viewer.