Changeset 19041 in vbox for trunk/src/VBox/VMM/VMMGC
- Timestamp:
- Apr 21, 2009 2:03:12 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/PDMGCDevice.cpp
r18927 r19041 353 353 } 354 354 355 355 356 /** @copydoc PDMDEVHLPRC::pfnGetVMCPU */ 356 357 static DECLCALLBACK(PVMCPU) pdmGCDevHlp_GetVMCPU(PPDMDEVINS pDevIns) … … 360 361 return VMMGetCpu(pDevIns->Internal.s.pVMRC); 361 362 } 363 362 364 363 365
Note:
See TracChangeset
for help on using the changeset viewer.