Changeset 17353 in vbox
- Timestamp:
- Mar 4, 2009 4:44:13 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43747
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp
r17334 r17353 352 352 } 353 353 354 354 355 /** @copydoc PDMDEVHLPR0::pfnCanEmulateIoBlock */ 355 356 static DECLCALLBACK(bool) pdmR0DevHlp_CanEmulateIoBlock(PPDMDEVINS pDevIns) … … 359 360 return HWACCMCanEmulateIoBlock(pDevIns->Internal.s.pVMR0); 360 361 } 362 361 363 362 364
Note:
See TracChangeset
for help on using the changeset viewer.