VirtualBox

Ignore:
Timestamp:
Apr 17, 2009 9:00:22 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
46072
Message:

Autoset does belong in PGMCPU

File:
1 edited

Legend:

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

    r18977 r18984  
    986986
    987987#ifdef VBOX_WITH_2X_4GB_ADDR_SPACE
    988         PGMDynMapMigrateAutoSet(pVM);
     988        PGMDynMapMigrateAutoSet(pVCpu);
    989989#endif
    990990    }
     
    10641064
    10651065#ifdef VBOX_WITH_2X_4GB_ADDR_SPACE
    1066     PGMDynMapStartAutoSet(pVM);
     1066    PGMDynMapStartAutoSet(pVCpu);
    10671067#endif
    10681068
     
    10721072
    10731073#ifdef VBOX_WITH_2X_4GB_ADDR_SPACE
    1074     PGMDynMapReleaseAutoSet(pVM);
     1074    PGMDynMapReleaseAutoSet(pVCpu);
    10751075#endif
    10761076    return rc;
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