VirtualBox

Changeset 30793 in vbox


Ignore:
Timestamp:
Jul 12, 2010 12:52:39 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63598
Message:

Ignore certain errors

File:
1 edited

Legend:

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

    r30783 r30793  
    122122                }
    123123            }
     124            else
     125            {
     126                Assert(    rc == VINF_SUCCESS
     127                       ||  rc == VERR_PAGE_NOT_PRESENT
     128                       ||  rc == VERR_PAGE_MAP_LEVEL4_NOT_PRESENT
     129                       ||  rc == VERR_PAGE_DIRECTORY_PTR_NOT_PRESENT
     130                       ||  rc == VERR_PAGE_TABLE_NOT_PRESENT); 
     131                rc = VINF_SUCCESS;  /* ignore error */
     132            }
    124133
    125134            idxPage++;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette