VirtualBox

Changeset 19659 in vbox for trunk


Ignore:
Timestamp:
May 13, 2009 1:57:43 PM (16 years ago)
Author:
vboxsync
Message:

Wrong assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMShw.h

    r18988 r19659  
    189189
    190190    int rc = pgmPoolAlloc(pVM, GCPhysCR3, PGMPOOLKIND_ROOT_NESTED, PGMPOOL_IDX_NESTED_ROOT, GCPhysCR3 >> PAGE_SHIFT, &pNewShwPageCR3);
    191     AssertFatal(rc == VINF_SUCCESS);
     191    AssertFatalRC(rc);
    192192
    193193    /* Mark the page as locked; disallow flushing. */
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