VirtualBox

Changeset 17526 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Mar 7, 2009 8:36:11 AM (16 years ago)
Author:
vboxsync
Message:

PGM: Logging / assertion adjustments for handy page allocation error handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp

    r17524 r17526  
    306306        if (RT_UNLIKELY(rc != VINF_SUCCESS))
    307307        {
    308             AssertMsg(rc == VINF_EM_NO_MEMORY, ("%Rrc\n", rc));
     308            AssertMsg(rc == VINF_EM_NO_MEMORY || rc == VERR_EM_NO_MEMORY, ("%Rrc\n", rc));
    309309            if (!pVM->pgm.s.cHandyPages)
    310310            {
Note: See TracChangeset for help on using the changeset viewer.

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