Changeset 32135 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Aug 31, 2010 12:24:28 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65410
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp
r29521 r32135 716 716 } 717 717 718 /** @interface_method_impl{PDMDRVHLPR0,pfnFTSetCheckpoint} */ 719 static DECLCALLBACK(int) pdmR0DrvHlp_FTSetCheckpoint(PPDMDRVINS pDrvIns, FTMCHECKPOINTTYPE enmType) 720 { 721 PDMDRV_ASSERT_DRVINS(pDrvIns); 722 return FTMSetCheckpoint(pDrvIns->Internal.s.pVMR0, enmType); 723 } 718 724 719 725 /** … … 729 735 pdmR0DrvHlp_AssertEMT, 730 736 pdmR0DrvHlp_AssertOther, 737 pdmR0DrvHlp_FTSetCheckpoint, 731 738 PDM_DRVHLPRC_VERSION 732 739 };
Note:
See TracChangeset
for help on using the changeset viewer.