VirtualBox

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


Ignore:
Timestamp:
Jul 20, 2018 2:42:58 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123874
Message:

PGMAllShw.h/Enter: Turn fatal assertion into logrel w/ return. bugref:9044

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllShw.h

    r73261 r73267  
    214214                          NIL_PGMPOOL_IDX, UINT32_MAX, true /*fLockPage*/,
    215215                          &pNewShwPageCR3);
    216     AssertFatalRC(rc);
     216    AssertLogRelRCReturnStmt(rc, pgmUnlock(pVM), rc);
    217217
    218218    pVCpu->pgm.s.pShwPageCR3R3 = (R3PTRTYPE(PPGMPOOLPAGE))MMHyperCCToR3(pVM, pNewShwPageCR3);
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