Changeset 32109 in vbox
- Timestamp:
- Aug 31, 2010 8:17:33 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r32091 r32109 3823 3823 /* advance */ 3824 3824 iPhysExt = paPhysExts[iPhysExt].iNext; 3825 if (iPhysExt == NIL_PGMPOOL_ IDX)3825 if (iPhysExt == NIL_PGMPOOL_PHYSEXT_INDEX) 3826 3826 break; 3827 3827 }
Note:
See TracChangeset
for help on using the changeset viewer.