VirtualBox

Ignore:
Timestamp:
Jun 2, 2010 12:41:58 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62282
Message:

Comment

File:
1 edited

Legend:

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

    r29985 r29987  
    225225    {
    226226        /* We can't probe kernel memory ranges, so pretend it's one big region. */
    227         aRegions[idxRegion].GCRegionAddr = (RTGCPTR64)(PVOID)pBaseAddress;  /* stupid cast to avoid sign extension */
     227        aRegions[idxRegion].GCRegionAddr = (RTGCPTR64)(PVOID)pBaseAddress;  /* stupid cast to prevent sign extension */
    228228        aRegions[idxRegion].cbRegion     = dwModuleSize;
    229229        idxRegion++;
Note: See TracChangeset for help on using the changeset viewer.

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