Changeset 17898 in vbox
- Timestamp:
- Mar 15, 2009 7:48:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMMap.cpp
r17622 r17898 1079 1079 bool pgmR3MapIsKnownConflictAddress(PPGMMAPPING pMapping, RTGCPTR GCPtr) 1080 1080 { 1081 for ( int i=0;i<RT_ELEMENTS(pMapping->GCPtrConflict);i++)1081 for (unsigned i=0; i<RT_ELEMENTS(pMapping->GCPtrConflict); i++) 1082 1082 { 1083 1083 if (GCPtr == pMapping->GCPtrConflict[i])
Note:
See TracChangeset
for help on using the changeset viewer.