VirtualBox

Changeset 17479 in vbox


Ignore:
Timestamp:
Mar 6, 2009 3:15:19 PM (16 years ago)
Author:
vboxsync
Message:

stricter assertion

File:
1 edited

Legend:

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

    r17462 r17479  
    19001900DECLINLINE(void *) pgmPoolMapPageStrict(PPGMPOOLPAGE pPage)
    19011901{
    1902     Assert(pPage->pvPageR3);
     1902    Assert(pPage && pPage->pvPageR3);
    19031903    return pPage->pvPageR3;
    19041904}
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