VirtualBox

Changeset 26265 in vbox


Ignore:
Timestamp:
Feb 5, 2010 3:03:10 AM (15 years ago)
Author:
vboxsync
Message:

VMM: yet another one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PATM/PATMSSM.cpp

    r26152 r26265  
    863863
    864864            /* rec.pRelocPos now contains the relative position inside the hypervisor area. */
    865             offset = (int32_t)(int64_t)rec.pRelocPos;
     865            offset = (int32_t)(intptr_t)rec.pRelocPos;
    866866            /* Convert to HC pointer again. */
    867867            PATM_ADD_PTR(rec.pRelocPos, pVM->patm.s.pPatchMemHC);
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