VirtualBox

Changeset 16422 in vbox for trunk/src/VBox/VMM/PGM.cpp


Ignore:
Timestamp:
Jan 30, 2009 3:21:17 PM (16 years ago)
Author:
vboxsync
Message:

Just reinit real mode during hwaccm init

File:
1 edited

Legend:

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

    r16421 r16422  
    15391539    }
    15401540    rc = pgmR3ModeDataInit(pVM, false /* don't resolve GC and R0 syms yet */);
    1541 #ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY
    15421541    if (RT_SUCCESS(rc))
    15431542        rc = PGMR3ChangeMode(pVM, PGMMODE_REAL);
    1544 #endif
    15451543    if (RT_SUCCESS(rc))
    15461544    {
     
    19581956        pVM->pgm.s.GCPhys4MBPSEMask = RT_BIT_64(32) - 1;
    19591957
    1960 #ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY
    1961     rc = PGMR3ChangeMode(pVM, PGMMODE_REAL);
    1962     AssertRC(rc);
    1963 #endif
    19641958    LogRel(("PGMR3InitFinalize: 4 MB PSE mask %RGp\n", pVM->pgm.s.GCPhys4MBPSEMask));
    1965 
    19661959    return rc;
    19671960}
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