Changeset 23833 in vbox
- Timestamp:
- Oct 16, 2009 9:10:24 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 53590
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r23831 r23833 3114 3114 pVM->pgm.s.cZeroPages)); 3115 3115 if ( rc != VERR_NO_MEMORY 3116 && rc != VERR_LOCK_FAILED 3117 && rc != VERR_TRY_AGAIN) 3116 && rc != VERR_LOCK_FAILED) 3118 3117 { 3119 3118 for (uint32_t i = 0; i < RT_ELEMENTS(pVM->pgm.s.aHandyPages); i++) … … 3143 3142 VM_FF_SET(pVM, VM_FF_PGM_NO_MEMORY); 3144 3143 if ( rc == VERR_NO_MEMORY 3145 || rc == VERR_LOCK_FAILED 3146 || rc == VERR_TRY_AGAIN) 3144 || rc == VERR_LOCK_FAILED) 3147 3145 rc = VINF_EM_NO_MEMORY; 3148 3146 }
Note:
See TracChangeset
for help on using the changeset viewer.