VirtualBox

Changeset 23833 in vbox


Ignore:
Timestamp:
Oct 16, 2009 9:10:24 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53590
Message:

PGMPhys.cpp: reverted r53588 - wrong fix.

File:
1 edited

Legend:

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

    r23831 r23833  
    31143114                pVM->pgm.s.cZeroPages));
    31153115        if (    rc != VERR_NO_MEMORY
    3116             &&  rc != VERR_LOCK_FAILED
    3117             &&  rc != VERR_TRY_AGAIN)
     3116            &&  rc != VERR_LOCK_FAILED)
    31183117        {
    31193118            for (uint32_t i = 0; i < RT_ELEMENTS(pVM->pgm.s.aHandyPages); i++)
     
    31433142        VM_FF_SET(pVM, VM_FF_PGM_NO_MEMORY);
    31443143        if (    rc == VERR_NO_MEMORY
    3145             ||  rc == VERR_LOCK_FAILED
    3146             ||  rc == VERR_TRY_AGAIN)
     3144            ||  rc == VERR_LOCK_FAILED)
    31473145            rc = VINF_EM_NO_MEMORY;
    31483146    }
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