VirtualBox

Changeset 4451 in vbox for trunk/src


Ignore:
Timestamp:
Aug 30, 2007 6:24:09 PM (17 years ago)
Author:
vboxsync
Message:

Fixed compile problem when PGMPOOL_WITH_CACHE wasn't set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMInternal.h

    r4071 r4451  
    10691069    DECLR3CALLBACKMEMBER(int,  pfnR3GstMapCR3,(PVM pVM, RTGCPHYS GCPhysCR3));
    10701070    DECLR3CALLBACKMEMBER(int,  pfnR3GstUnmapCR3,(PVM pVM));
    1071     HCPTRTYPE(PFNPGMR3PHYSHANDLER)  pfnHCGstWriteHandlerCR3;
    1072     HCPTRTYPE(const char *)         pszHCGstWriteHandlerCR3;
     1071    R3PTRTYPE(PFNPGMR3PHYSHANDLER)  pfnHCGstWriteHandlerCR3;
     1072    R3PTRTYPE(const char *)         pszHCGstWriteHandlerCR3;
    10731073
    10741074    DECLGCCALLBACKMEMBER(int,  pfnGCGstGetPage,(PVM pVM, RTGCUINTPTR GCPtr, uint64_t *pfFlags, PRTGCPHYS pGCPhys));
     
    12911291    DECLR3CALLBACKMEMBER(int,  pfnR3GstMapCR3,(PVM pVM, RTGCPHYS GCPhysCR3));
    12921292    DECLR3CALLBACKMEMBER(int,  pfnR3GstUnmapCR3,(PVM pVM));
    1293     HCPTRTYPE(PFNPGMR3PHYSHANDLER)  pfnHCGstWriteHandlerCR3;
    1294     HCPTRTYPE(const char *)         pszHCGstWriteHandlerCR3;
     1293    R3PTRTYPE(PFNPGMR3PHYSHANDLER)  pfnHCGstWriteHandlerCR3;
     1294    R3PTRTYPE(const char *)         pszHCGstWriteHandlerCR3;
    12951295
    12961296    DECLGCCALLBACKMEMBER(int,  pfnGCGstGetPage,(PVM pVM, RTGCUINTPTR GCPtr, uint64_t *pfFlags, PRTGCPHYS pGCPhys));
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