Changeset 80674 in vbox
- Timestamp:
- Sep 9, 2019 2:08:12 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp
r80673 r80674 753 753 RT_NOREF(pDevIns); /** @todo pass pDevIns->Internal.s.pGVM to the crit sect code. */ 754 754 return PDMCritSectIsOwner(pCritSect); 755 }756 757 758 /** @interface_method_impl{PDMDEVHLPR0,pfnCritSectIsOwnerEx} */759 static DECLCALLBACK(bool) pdmR0DevHlp_CritSectIsOwnerEx(PPDMDEVINS pDevIns, PCPDMCRITSECT pCritSect, PVMCPUCC pVCpu)760 {761 PDMDEV_ASSERT_DEVINS(pDevIns);762 RT_NOREF(pDevIns); /** @todo pass pDevIns->Internal.s.pGVM to the crit sect code. */763 return PDMCritSectIsOwnerEx(pCritSect, pVCpu);764 755 } 765 756
Note:
See TracChangeset
for help on using the changeset viewer.

