Changeset 83802 in vbox for trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
- Timestamp:
- Apr 18, 2020 6:07:12 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
r82968 r83802 1795 1795 * Translate the CPU index into a group and member. 1796 1796 */ 1797 PROCESSOR_NUMBER ProcNum = { 0, pGipCpu->iCpuSet, 0 };1797 PROCESSOR_NUMBER ProcNum = { 0, (UCHAR)pGipCpu->iCpuSet, 0 }; 1798 1798 if (g_pfnKeGetProcessorNumberFromIndex) 1799 1799 {
Note:
See TracChangeset
for help on using the changeset viewer.