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