VirtualBox

Changeset 4222 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Aug 19, 2007 12:32:35 AM (17 years ago)
Author:
vboxsync
Message:

warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp

    r4221 r4222  
    445445     * Validate the address range and create a descriptor for it.
    446446     */
    447     PFN_NUMBER Pfn = Phys >> PAGE_SHIFT;
     447    PFN_NUMBER Pfn = (PFN_NUMBER)(Phys >> PAGE_SHIFT);
    448448    if (((RTHCPHYS)Pfn << PAGE_SHIFT) != Phys)
    449449        return VERR_ADDRESS_TOO_BIG;
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