Changeset 32156 in vbox for trunk/src/VBox/VMM/VMMGC
- Timestamp:
- Aug 31, 2010 3:26:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/PDMGCDevice.cpp
r32135 r32156 684 684 } 685 685 686 686 687 /** @interface_method_impl{PDMDRVHLPRC,pfnFTSetCheckpoint} */ 687 688 static DECLCALLBACK(int) pdmRCDrvHlp_FTSetCheckpoint(PPDMDRVINS pDrvIns, FTMCHECKPOINTTYPE enmType) … … 690 691 return FTMSetCheckpoint(pDrvIns->Internal.s.pVMRC, enmType); 691 692 } 693 692 694 693 695 /**
Note:
See TracChangeset
for help on using the changeset viewer.