Changeset 107650 in vbox for trunk/src/VBox/VMM/VMMR3/CPUMR3Db.cpp
- Timestamp:
- Jan 10, 2025 1:42:28 PM (8 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3Db.cpp
r106630 r107650 901 901 if (RT_FAILURE(rc)) 902 902 return rc; 903 rc = CPUMCpuIdCollectLeaves X86(&pInfo->paCpuIdLeavesR3, &pInfo->cCpuIdLeaves);903 rc = CPUMCpuIdCollectLeavesFromX86Host(&pInfo->paCpuIdLeavesR3, &pInfo->cCpuIdLeaves); 904 904 if (RT_FAILURE(rc)) 905 905 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.