Changeset 29985 in vbox
- Timestamp:
- Jun 2, 2010 12:24:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp
r29962 r29985 225 225 { 226 226 /* We can't probe kernel memory ranges, so pretend it's one big region. */ 227 aRegions[idxRegion].GCRegionAddr = (RTGCPTR64) pBaseAddress;227 aRegions[idxRegion].GCRegionAddr = (RTGCPTR64)(PVOID)pBaseAddress; /* stupid cast to avoid sign extension */ 228 228 aRegions[idxRegion].cbRegion = dwModuleSize; 229 229 idxRegion++;
Note:
See TracChangeset
for help on using the changeset viewer.