Changeset 18655 in vbox for trunk/src/VBox
- Timestamp:
- Apr 2, 2009 4:41:05 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45580
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/EM.cpp
r18652 r18655 3206 3206 if (VM_FF_ISPENDING(pVM, VM_FF_PGM_NO_MEMORY)) 3207 3207 { 3208 rc2 = VINF_EM_NO_MEMORY;3208 rc2 = PGMR3PhysAllocateHandyPages(pVM); 3209 3209 UPDATE_RC(); 3210 3210 if (rc == VINF_EM_NO_MEMORY) … … 3355 3355 if (VM_FF_ISPENDING(pVM, VM_FF_PGM_NO_MEMORY)) 3356 3356 { 3357 rc2 = VINF_EM_NO_MEMORY;3357 rc2 = PGMR3PhysAllocateHandyPages(pVM); 3358 3358 UPDATE_RC(); 3359 3359 if (rc == VINF_EM_NO_MEMORY)
Note:
See TracChangeset
for help on using the changeset viewer.