Changeset 107192 in vbox for trunk/src/VBox/Runtime/common/time/timesupref.h
- Timestamp:
- Nov 29, 2024 2:42:15 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/time/timesupref.h
r106061 r107192 139 139 uint16_t const iCpuSet = (cbLim - 256 * (ARCH_BITS == 64 ? 16 : 8)) & (RTCPUSET_MAX_CPUS - 1); 140 140 uint16_t const iGipCpu = pGip->aiCpuFromCpuSetIdx[iCpuSet]; 141 # elif TMPL_GET_CPU_METHOD == SUPGIPGETCPU_TPIDRRO_EL0 142 uint32_t const iCpuSet = ASMGetThreadIdRoEL0() & (RTCPUSET_MAX_CPUS - 1); 143 uint16_t const iGipCpu = pGip->aiCpuFromCpuSetIdx[iCpuSet]; 141 144 # else 142 145 # error "What?"
Note:
See TracChangeset
for help on using the changeset viewer.