VirtualBox

Changeset 17898 in vbox


Ignore:
Timestamp:
Mar 15, 2009 7:48:42 PM (16 years ago)
Author:
vboxsync
Message:

warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMMap.cpp

    r17622 r17898  
    10791079bool pgmR3MapIsKnownConflictAddress(PPGMMAPPING pMapping, RTGCPTR GCPtr)
    10801080{
    1081     for (int i=0;i<RT_ELEMENTS(pMapping->GCPtrConflict);i++)
     1081    for (unsigned i=0; i<RT_ELEMENTS(pMapping->GCPtrConflict); i++)
    10821082    {
    10831083        if (GCPtr == pMapping->GCPtrConflict[i])
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