Changeset 32156 in vbox for trunk/src/VBox/VMM/PDMDriver.cpp
- Timestamp:
- Aug 31, 2010 3:26:31 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65433
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMDriver.cpp
r32135 r32156 1352 1352 } 1353 1353 1354 1354 1355 /** @interface_method_impl{PDMDRVHLP,pfnFTSetCheckpoint} */ 1355 1356 static DECLCALLBACK(int) pdmR3DrvHlp_FTSetCheckpoint(PPDMDRVINS pDrvIns, FTMCHECKPOINTTYPE enmType) … … 1358 1359 return FTMSetCheckpoint(pDrvIns->Internal.s.pVMR3, enmType); 1359 1360 } 1361 1360 1362 1361 1363 /**
Note:
See TracChangeset
for help on using the changeset viewer.