VirtualBox

Changeset 23566 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 5, 2009 4:07:34 PM (15 years ago)
Author:
vboxsync
Message:

Fixed assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp

    r23515 r23566  
    746746
    747747    if (!pCpu->pMemObj)
    748         return VERR_NO_MEMORY;
     748        return (pCpu->fConfigured) ? VERR_NO_MEMORY : VINF_SUCCESS /* not initialized. */;
    749749
    750750    pvPageCpu    = RTR0MemObjAddress(pCpu->pMemObj);
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