- Timestamp:
- Aug 30, 2007 6:24:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r4071 r4451 1069 1069 DECLR3CALLBACKMEMBER(int, pfnR3GstMapCR3,(PVM pVM, RTGCPHYS GCPhysCR3)); 1070 1070 DECLR3CALLBACKMEMBER(int, pfnR3GstUnmapCR3,(PVM pVM)); 1071 HCPTRTYPE(PFNPGMR3PHYSHANDLER) pfnHCGstWriteHandlerCR3;1072 HCPTRTYPE(const char *) pszHCGstWriteHandlerCR3;1071 R3PTRTYPE(PFNPGMR3PHYSHANDLER) pfnHCGstWriteHandlerCR3; 1072 R3PTRTYPE(const char *) pszHCGstWriteHandlerCR3; 1073 1073 1074 1074 DECLGCCALLBACKMEMBER(int, pfnGCGstGetPage,(PVM pVM, RTGCUINTPTR GCPtr, uint64_t *pfFlags, PRTGCPHYS pGCPhys)); … … 1291 1291 DECLR3CALLBACKMEMBER(int, pfnR3GstMapCR3,(PVM pVM, RTGCPHYS GCPhysCR3)); 1292 1292 DECLR3CALLBACKMEMBER(int, pfnR3GstUnmapCR3,(PVM pVM)); 1293 HCPTRTYPE(PFNPGMR3PHYSHANDLER) pfnHCGstWriteHandlerCR3;1294 HCPTRTYPE(const char *) pszHCGstWriteHandlerCR3;1293 R3PTRTYPE(PFNPGMR3PHYSHANDLER) pfnHCGstWriteHandlerCR3; 1294 R3PTRTYPE(const char *) pszHCGstWriteHandlerCR3; 1295 1295 1296 1296 DECLGCCALLBACKMEMBER(int, pfnGCGstGetPage,(PVM pVM, RTGCUINTPTR GCPtr, uint64_t *pfFlags, PRTGCPHYS pGCPhys));
Note:
See TracChangeset
for help on using the changeset viewer.