VirtualBox

Changeset 82567 in vbox


Ignore:
Timestamp:
Dec 12, 2019 10:37:49 AM (5 years ago)
Author:
vboxsync
Message:

PGMR0PoolGrow: Fixed wrong assertion. bugref:9528

File:
1 edited

Legend:

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

    r82555 r82567  
    101101                AssertPtr(pbRing0);
    102102                Assert(((uintptr_t)pbRing0 & PAGE_OFFSET_MASK) == 0);
    103                 AssertPtr(pbRing3 != NIL_RTR3PTR);
     103                Assert(pbRing3 != NIL_RTR3PTR);
    104104                Assert((pbRing3 & PAGE_OFFSET_MASK) == 0);
    105105
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