VirtualBox

Changeset 30910 in vbox


Ignore:
Timestamp:
Jul 19, 2010 2:10:07 PM (15 years ago)
Author:
vboxsync
Message:

nits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp

    r30793 r30910  
    7070            uint64_t fFlags;
    7171
    72             /** todo: inefficient to fetch each guest page like this... */
     72            /** @todo inefficient to fetch each guest page like this... */
    7373            rc = PGMGstGetPage(pVCpu, GCRegion, &fFlags, &GCPhys);
    7474            if (    rc == VINF_SUCCESS
     
    124124            else
    125125            {
    126                 Assert(    rc == VINF_SUCCESS 
     126                Assert(    rc == VINF_SUCCESS
    127127                       ||  rc == VERR_PAGE_NOT_PRESENT
    128128                       ||  rc == VERR_PAGE_MAP_LEVEL4_NOT_PRESENT
    129129                       ||  rc == VERR_PAGE_DIRECTORY_PTR_NOT_PRESENT
    130                        ||  rc == VERR_PAGE_TABLE_NOT_PRESENT); 
     130                       ||  rc == VERR_PAGE_TABLE_NOT_PRESENT);
    131131                rc = VINF_SUCCESS;  /* ignore error */
    132132            }
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