VirtualBox

Changeset 50 in vbox


Ignore:
Timestamp:
Jan 15, 2007 6:29:52 PM (18 years ago)
Author:
vboxsync
Message:

amd64 compile fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/MMPagePool.cpp

    r23 r50  
    285285            AssertMsg(paPhysPages[i].Phys && !(paPhysPages[i].Phys & PAGE_OFFSET_MASK),
    286286                      ("i=%d Phys=%d\n", i, paPhysPages[i].Phys));
    287             paPhysPages[i].uReserved = (unsigned)pSub;
     287            paPhysPages[i].uReserved = (RTHCUINTPTR)pSub;
    288288        }
    289289
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