Changeset 19041 in vbox
- Timestamp:
- Apr 21, 2009 2:03:12 AM (16 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMDevHlp.cpp
r18927 r19041 1252 1252 } 1253 1253 1254 1254 1255 /** @copydoc PDMDEVHLPR3::pfnGetVMCPU */ 1255 1256 static DECLCALLBACK(PVMCPU) pdmR3DevHlp_GetVMCPU(PPDMDEVINS pDevIns) … … 1259 1260 return VMMGetCpu(pDevIns->Internal.s.pVMR3); 1260 1261 } 1262 1261 1263 1262 1264 /** @copydoc PDMDEVHLPR3::pfnPCIBusRegister */ … … 3169 3171 } 3170 3172 3173 3171 3174 /** @copydoc PDMDEVHLPR3::pfnGetVMCPU */ 3172 3175 static DECLCALLBACK(PVMCPU) pdmR3DevHlp_Untrusted_GetVMCPU(PPDMDEVINS pDevIns) -
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.