Changeset 4222 in vbox
- Timestamp:
- Aug 19, 2007 12:32:35 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp
r4221 r4222 445 445 * Validate the address range and create a descriptor for it. 446 446 */ 447 PFN_NUMBER Pfn = Phys >> PAGE_SHIFT;447 PFN_NUMBER Pfn = (PFN_NUMBER)(Phys >> PAGE_SHIFT); 448 448 if (((RTHCPHYS)Pfn << PAGE_SHIFT) != Phys) 449 449 return VERR_ADDRESS_TOO_BIG;
Note:
See TracChangeset
for help on using the changeset viewer.