VirtualBox

Changeset 18977 in vbox for trunk


Ignore:
Timestamp:
Apr 17, 2009 7:24:08 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
46062
Message:

More compile fixes

File:
1 edited

Legend:

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

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