VirtualBox

Changeset 45709 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Apr 24, 2013 3:14:09 PM (12 years ago)
Author:
vboxsync
Message:

SELM.cpp: Must cast pointers to uintptr_t before doing greater/less-than checks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/SELM.cpp

    r45708 r45709  
    885885        Log(("Internal SELM GDT conflict: use non-present entries\n"));
    886886        STAM_REL_COUNTER_INC(&pVM->selm.s.StatScanForHyperSels);
    887         while (pGDTECur > pGDTEStart)
     887        while ((uintptr_t)pGDTECur > (uintptr_t)pGDTEStart)
    888888        {
    889889            /* We can reuse non-present entries */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette