VirtualBox

Changeset 29996 in vbox for trunk/src/VBox/Additions/common


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

One more

File:
1 edited

Legend:

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

    r29993 r29996  
    238238    }
    239239    VBoxServiceVerbose(3, "VbglR3RegisterSharedModule %s %s base=%p size=%x cregions=%d\n", pModule->Info.szModule, pModule->szFileVersion, pModule->Info.modBaseAddr, pModule->Info.modBaseSize, idxRegion);
     240#ifdef RT_ARCH_X86
     241    int rc = VbglR3RegisterSharedModule(pModule->Info.szModule, pModule->szFileVersion, (RTGCPTR32)pModule->Info.modBaseAddr,
     242                                        pModule->Info.modBaseSize, idxRegion, aRegions);
     243#else
    240244    int rc = VbglR3RegisterSharedModule(pModule->Info.szModule, pModule->szFileVersion, (RTGCPTR64)pModule->Info.modBaseAddr,
    241245                                        pModule->Info.modBaseSize, idxRegion, aRegions);
     246#endif
     247
    242248//    AssertRC(rc);
    243249    if (RT_FAILURE(rc))
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