VirtualBox

Changeset 28092 in vbox


Ignore:
Timestamp:
Apr 8, 2010 1:44:54 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59806
Message:

Added paranoid assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMPool.cpp

    r27976 r28092  
    451451        }
    452452        pPage->Core.Key  = MMPage2Phys(pVM, pPage->pvPageR3);
     453        AssertFatal(pPage->Core.Key < _4G);
    453454        pPage->GCPhys    = NIL_RTGCPHYS;
    454455        pPage->enmKind   = PGMPOOLKIND_FREE;
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