VirtualBox

Changeset 12940 in vbox for trunk


Ignore:
Timestamp:
Oct 2, 2008 2:46:07 PM (16 years ago)
Author:
vboxsync
Message:

RT_ABS() does not like unsigned parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/MMHyper.cpp

    r12814 r12940  
    11111111                                pLookup->off + pVM->mm.s.pvHyperAreaGC + pLookup->cb,
    11121112                                sizeof(RTHCPTR) * 2, "",
    1113                                 pLookup->u.GCPhys.GCPhys, RT_ABS(sizeof(RTHCPHYS) - sizeof(RTGCPHYS)) * 2, "",
     1113                                pLookup->u.GCPhys.GCPhys, RT_ABS((int)(sizeof(RTHCPHYS) - sizeof(RTGCPHYS))) * 2, "",
    11141114                                pLookup->pszDesc);
    11151115                break;
     
    11201120                                pLookup->off + pVM->mm.s.pvHyperAreaGC + pLookup->cb,
    11211121                                sizeof(RTHCPTR) * 2, "",
    1122                                 pLookup->u.MMIO2.off, RT_ABS(sizeof(RTHCPHYS) - sizeof(RTGCPHYS)) * 2, "",
     1122                                pLookup->u.MMIO2.off, RT_ABS((int)(sizeof(RTHCPHYS) - sizeof(RTGCPHYS))) * 2, "",
    11231123                                pLookup->pszDesc);
    11241124                break;
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