Changeset 53229 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Nov 5, 2014 11:05:57 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 96778
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r53228 r53229 6260 6260 uint8_t idApic = ASMGetApicId(); 6261 6261 6262 Assert(idApic < RT_ELEMENTS(pGip->aiCpuFromApicId));6263 6262 iCpu = pGip->aiCpuFromApicId[idApic]; 6264 6263 Assert(iCpu < pGip->cCpus);
Note:
See TracChangeset
for help on using the changeset viewer.