VirtualBox

Changeset 26273 in vbox


Ignore:
Timestamp:
Feb 5, 2010 4:24:36 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57332
Message:

VMM: more RC/GC warnings.

Location:
trunk/src/VBox/VMM/VMMAll
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r26272 r26273  
    11931193
    11941194#ifdef IN_RC
    1195     pvParam1  = (void *)GCPtrPar1;
     1195    pvParam1  = (void *)(uintptr_t)GCPtrPar1;
    11961196#else
    11971197    PGMPAGEMAPLOCK Lock;
  • trunk/src/VBox/VMM/VMMAll/MMAll.cpp

    r26228 r26273  
    290290DECLINLINE(RTRCPTR) mmHyperLookupCalcRC(PVM pVM, PMMLOOKUPHYPER pLookup, uint32_t off)
    291291{
    292     return (RTRCPTR)((RTGCUINTPTR)pVM->mm.s.pvHyperAreaGC + pLookup->off + off);
     292    return (RTRCPTR)((RTRCUINTPTR)pVM->mm.s.pvHyperAreaGC + pLookup->off + off);
    293293}
    294294
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