- Timestamp:
- Jun 2, 2010 12:55:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp
r29990 r29991 194 194 } 195 195 } 196 #ifdef GC_ARCH_BITS == 64 196 197 aRegions[idxRegion].GCRegionAddr = (RTGCPTR64)MemInfo.BaseAddress; 198 #else 199 aRegions[idxRegion].GCRegionAddr = (RTGCPTR32)MemInfo.BaseAddress; 200 #endif 197 201 aRegions[idxRegion].cbRegion = MemInfo.RegionSize; 198 202 idxRegion++;
Note:
See TracChangeset
for help on using the changeset viewer.