- Timestamp:
- Oct 2, 2008 2:46:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/MMHyper.cpp
r12814 r12940 1111 1111 pLookup->off + pVM->mm.s.pvHyperAreaGC + pLookup->cb, 1112 1112 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, "", 1114 1114 pLookup->pszDesc); 1115 1115 break; … … 1120 1120 pLookup->off + pVM->mm.s.pvHyperAreaGC + pLookup->cb, 1121 1121 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, "", 1123 1123 pLookup->pszDesc); 1124 1124 break;
Note:
See TracChangeset
for help on using the changeset viewer.