VirtualBox

Changeset 7657 in vbox for trunk/src/VBox/VMM/PGMMap.cpp


Ignore:
Timestamp:
Mar 31, 2008 1:26:24 PM (17 years ago)
Author:
vboxsync
Message:

Renamed 4M to BIG

File:
1 edited

Legend:

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

    r7629 r7657  
    465465 *
    466466 * @remark  This API shall not be used to anything but mapping the switcher code.
    467  */
     467z */
    468468PGMR3DECL(int) PGMR3MapIntermediate(PVM pVM, RTUINTPTR Addr, RTHCPHYS HCPhys, unsigned cbPages)
    469469{
     
    734734        return;
    735735
     736    Assert(PGMGetGuestMode(pVM) <= PGMMODE_32_BIT);
     737
    736738    /*
    737739     * Init the page tables and insert them into the page directories.
     
    954956    if (pVM->pgm.s.fMappingsFixed)
    955957        return false;
     958
     959    Assert(PGMGetGuestMode(pVM) <= PGMMODE_32_BIT);
    956960
    957961    /*
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