VirtualBox

Changeset 7084 in vbox


Ignore:
Timestamp:
Feb 21, 2008 7:26:33 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28325
Message:

made RTGCPHYS 32-bit again, has to be solved properly

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxGuest.h

    r7072 r7084  
    466466    uint32_t            fInflate;       /* true = inflate, false = defalte */
    467467    /** Physical address (RTGCPHYS) of each page, variable size. */
    468     uint64_t            aPhysPage[1];
     468    RTGCPHYS            aPhysPage[1];
    469469} VMMDevChangeMemBalloon;
    470470
  • trunk/include/iprt/types.h

    r7067 r7084  
    741741
    742742/** Guest Physical Memory Address.*/
    743 typedef uint64_t        RTGCPHYS;
     743typedef uint32_t        RTGCPHYS;
    744744/** Pointer to Guest Physical Memory Address. */
    745745typedef RTGCPHYS       *PRTGCPHYS;
  • trunk/src/VBox/VMM/PGMInternal.h

    r7050 r7084  
    925925# if HC_ARCH_BITS == 32 && !defined(RT_OS_WINDOWS)
    926926    /** Padding to make aPage aligned on sizeof(PGMPAGE). */
    927     uint32_t                            u32Reserved[1];
     927//    uint32_t                            u32Reserved[1];
    928928# endif
    929929#endif
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