VirtualBox

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


Ignore:
Timestamp:
Oct 6, 2008 8:46:51 AM (16 years ago)
Author:
vboxsync
Message:

Cleanup

File:
1 edited

Legend:

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

    r12989 r12994  
    23022302    PX86PDPT        pPdptDst;
    23032303    rc = PGMShwGetLongModePDPtr(pVM, GCPtrPage, &pPdptDst, &pPDDst);
    2304     if (rc != VINF_SUCCESS)
    2305     {
    2306         AssertRC(rc);
    2307         return rc;
    2308     }
     2304    AssertRCReturn(rc, rc);
    23092305    Assert(pPDDst);
    23102306# endif
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