Changeset 45709 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Apr 24, 2013 3:14:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/SELM.cpp
r45708 r45709 885 885 Log(("Internal SELM GDT conflict: use non-present entries\n")); 886 886 STAM_REL_COUNTER_INC(&pVM->selm.s.StatScanForHyperSels); 887 while ( pGDTECur >pGDTEStart)887 while ((uintptr_t)pGDTECur > (uintptr_t)pGDTEStart) 888 888 { 889 889 /* We can reuse non-present entries */
Note:
See TracChangeset
for help on using the changeset viewer.