VirtualBox

Changeset 11928 in vbox


Ignore:
Timestamp:
Sep 1, 2008 3:35:24 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
35804
Message:

Attempt to shut up the compiler.

File:
1 edited

Legend:

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

    r11925 r11928  
    592592
    593593            /* rec.pRelocPos now contains the relative position inside the hypervisor area. */
    594             offset = (int32_t)rec.pRelocPos;
     594            offset = (int32_t)(int64_t)rec.pRelocPos;
    595595            /* Convert to HC pointer again. */
    596596            PATM_ADD_PTR(rec.pRelocPos, pVM->patm.s.pPatchMemHC);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette