VirtualBox

Changeset 22936 in vbox


Ignore:
Timestamp:
Sep 10, 2009 11:45:20 PM (15 years ago)
Author:
vboxsync
Message:

PGMInternal.h: warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMInternal.h

    r22933 r22936  
    35633563    PGMDynMapHCPage(PGM2VM(pPGM), HCPhys & ~(RTHCPHYS)PAGE_OFFSET_MASK, &pv);
    35643564# endif
    3565     pv = (void *)((uintptr_t)pv | (HCPhys & PAGE_OFFSET_MASK));
     3565    pv = (void *)((uintptr_t)pv | ((uintptr_t)HCPhys & PAGE_OFFSET_MASK));
    35663566    return pv;
    35673567}
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