VirtualBox

Changeset 18655 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 2, 2009 4:41:05 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
45580
Message:

EM: fixed resuming from an out of memory condition.

File:
1 edited

Legend:

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

    r18652 r18655  
    32063206        if (VM_FF_ISPENDING(pVM, VM_FF_PGM_NO_MEMORY))
    32073207        {
    3208             rc2 = VINF_EM_NO_MEMORY;
     3208            rc2 = PGMR3PhysAllocateHandyPages(pVM);
    32093209            UPDATE_RC();
    32103210            if (rc == VINF_EM_NO_MEMORY)
     
    33553355        if (VM_FF_ISPENDING(pVM, VM_FF_PGM_NO_MEMORY))
    33563356        {
    3357             rc2 = VINF_EM_NO_MEMORY;
     3357            rc2 = PGMR3PhysAllocateHandyPages(pVM);
    33583358            UPDATE_RC();
    33593359            if (rc == VINF_EM_NO_MEMORY)
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