VirtualBox

Changeset 16794 in vbox


Ignore:
Timestamp:
Feb 16, 2009 2:40:47 PM (16 years ago)
Author:
vboxsync
Message:

VBOX_WITH_PGMPOOL_PAGING_ONLY: init pgm pool before changing the pgm mode

File:
1 edited

Legend:

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

    r16428 r16794  
    12541254        rc = pgmR3PoolInit(pVM);
    12551255    }
     1256#ifdef VBOX_WITH_PGMPOOL_PAGING_ONLY
     1257    if (RT_SUCCESS(rc))
     1258        rc = PGMR3ChangeMode(pVM, PGMMODE_REAL);
     1259#endif
    12561260    if (RT_SUCCESS(rc))
    12571261    {
     
    15391543    }
    15401544    rc = pgmR3ModeDataInit(pVM, false /* don't resolve GC and R0 syms yet */);
     1545#ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY
    15411546    if (RT_SUCCESS(rc))
    15421547        rc = PGMR3ChangeMode(pVM, PGMMODE_REAL);
     1548#endif
    15431549    if (RT_SUCCESS(rc))
    15441550    {
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