Changeset 54822 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Mar 17, 2015 6:13:08 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r54818 r54822 4366 4366 PCCPUMCPUIDLEAF pCurLeaf, uint32_t uUpToLeaf, const char *pszTitle) 4367 4367 { 4368 if ( pCurLeaf - paLeaves< cLeaves4368 if ( (uintptr_t)(pCurLeaf - paLeaves) < cLeaves 4369 4369 && pCurLeaf->uLeaf <= uUpToLeaf) 4370 4370 {
Note:
See TracChangeset
for help on using the changeset viewer.