VirtualBox

Changeset 32109 in vbox


Ignore:
Timestamp:
Aug 31, 2010 8:17:33 AM (14 years ago)
Author:
vboxsync
Message:

PGMAllPool.cpp: NIL_PGMPOOL_PHYSEXT_INDEX not NIL_PGMPOOL_IDX.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r32091 r32109  
    38233823        /* advance */
    38243824        iPhysExt = paPhysExts[iPhysExt].iNext;
    3825         if (iPhysExt == NIL_PGMPOOL_IDX)
     3825        if (iPhysExt == NIL_PGMPOOL_PHYSEXT_INDEX)
    38263826            break;
    38273827    }
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