- Timestamp:
- Mar 19, 2007 4:41:06 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp
r1 r1560 84 84 VBOXHGCMLINPTR *pLinPtr = &paLinPtrs[iLinPtr]; 85 85 86 /* Take the offset into the current page also into account! */ 87 u32Size += GCPtr & PAGE_OFFSET_MASK; 88 86 89 uint32_t cPages = (u32Size + PAGE_SIZE - 1) / PAGE_SIZE; 87 90 … … 419 422 if (pGuestParm->type != VMMDevHGCMParmType_LinAddr_In) 420 423 { 421 /* Remember the guest physical pages th ose belongsto the virtual address424 /* Remember the guest physical pages that belong to the virtual address 422 425 * region. 423 426 */
Note:
See TracChangeset
for help on using the changeset viewer.