VirtualBox

Changeset 29991 in vbox for trunk


Ignore:
Timestamp:
Jun 2, 2010 12:55:20 PM (15 years ago)
Author:
vboxsync
Message:

Paranoia

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp

    r29990 r29991  
    194194                        }
    195195                    }
     196#ifdef GC_ARCH_BITS == 64
    196197                    aRegions[idxRegion].GCRegionAddr = (RTGCPTR64)MemInfo.BaseAddress;
     198#else
     199                    aRegions[idxRegion].GCRegionAddr = (RTGCPTR32)MemInfo.BaseAddress;
     200#endif
    197201                    aRegions[idxRegion].cbRegion     = MemInfo.RegionSize;
    198202                    idxRegion++;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette