Changeset 13412 in vbox
- Timestamp:
- Oct 20, 2008 10:23:59 PM (16 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMGC/PDMGCDevice.cpp
r13367 r13412 337 337 } 338 338 339 339 340 /** @copydoc PDMDEVHLPRC::pfnGetVM */ 340 341 static DECLCALLBACK(PVM) pdmGCDevHlp_GetVM(PPDMDEVINS pDevIns) … … 344 345 return pDevIns->Internal.s.pVMRC; 345 346 } 347 346 348 347 349 -
trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp
r13367 r13412 340 340 } 341 341 342 342 343 /** @copydoc PDMDEVHLPR0::pfnGetVM */ 343 344 static DECLCALLBACK(PVM) pdmR0DevHlp_GetVM(PPDMDEVINS pDevIns) … … 347 348 return pDevIns->Internal.s.pVMR0; 348 349 } 350 349 351 350 352
Note:
See TracChangeset
for help on using the changeset viewer.