VirtualBox

Changeset 9148 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 27, 2008 9:21:03 AM (17 years ago)
Author:
vboxsync
Message:

More 64 bits guest preps

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r8155 r9148  
    259259 * @param   pGCPtrValue     Where to store the symbol value.
    260260 */
    261 PDMR3DECL(int) PDMR3GetSymbolGC(PVM pVM, const char *pszModule, const char *pszSymbol, PRTGCPTR pGCPtrValue);
     261PDMR3DECL(int) PDMR3GetSymbolGC(PVM pVM, const char *pszModule, const char *pszSymbol, PRTGCPTR32 pGCPtrValue);
    262262
    263263/**
     
    271271 * @param   pGCPtrValue     Where to store the symbol value.
    272272 */
    273 PDMR3DECL(int) PDMR3GetSymbolGCLazy(PVM pVM, const char *pszModule, const char *pszSymbol, PRTGCPTR pGCPtrValue);
     273PDMR3DECL(int) PDMR3GetSymbolGCLazy(PVM pVM, const char *pszModule, const char *pszSymbol, PRTGCPTR32 pGCPtrValue);
    274274
    275275/**
  • trunk/include/VBox/vm.h

    r8801 r9148  
    297297     * @remark  Assume interrupts disabled.
    298298     */
    299     RTGCPTR             pfnVMMGCGuestToHostAsmGuestCtx/*(int32_t eax, CPUMCTXCORE Ctx)*/;
     299    RTGCPTR32           pfnVMMGCGuestToHostAsmGuestCtx/*(int32_t eax, CPUMCTXCORE Ctx)*/;
    300300
    301301    /**
     
    312312     * @remark  Assume interrupts disabled.
    313313     */
    314     RTGCPTR             pfnVMMGCGuestToHostAsmHyperCtx/*(int32_t eax, PCPUMCTXCORE ecx)*/;
     314    RTGCPTR32           pfnVMMGCGuestToHostAsmHyperCtx/*(int32_t eax, PCPUMCTXCORE ecx)*/;
    315315
    316316    /**
     
    324324     * @remark  Assume interrupts disabled.
    325325     */
    326     RTGCPTR             pfnVMMGCGuestToHostAsm/*(int32_t eax)*/;
     326    RTGCPTR32           pfnVMMGCGuestToHostAsm/*(int32_t eax)*/;
    327327    /** @} */
    328328
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