Changeset 18984 in vbox for trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp
- Timestamp:
- Apr 17, 2009 9:00:22 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46072
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp
r18977 r18984 986 986 987 987 #ifdef VBOX_WITH_2X_4GB_ADDR_SPACE 988 PGMDynMapMigrateAutoSet(pV M);988 PGMDynMapMigrateAutoSet(pVCpu); 989 989 #endif 990 990 } … … 1064 1064 1065 1065 #ifdef VBOX_WITH_2X_4GB_ADDR_SPACE 1066 PGMDynMapStartAutoSet(pV M);1066 PGMDynMapStartAutoSet(pVCpu); 1067 1067 #endif 1068 1068 … … 1072 1072 1073 1073 #ifdef VBOX_WITH_2X_4GB_ADDR_SPACE 1074 PGMDynMapReleaseAutoSet(pV M);1074 PGMDynMapReleaseAutoSet(pVCpu); 1075 1075 #endif 1076 1076 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.