Changeset 40649 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Mar 26, 2012 2:19:20 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77079
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r40643 r40649 3667 3667 3668 3668 3669 #if defined(VBOX_WITH_DTRACE_R0DRV) || defined(RT_OS_SOLARIS)3669 #if !defined(VBOX_WITH_DTRACE_R0DRV) || defined(RT_OS_SOLARIS) 3670 3670 /** 3671 3671 * Stub function. 3672 3672 */ 3673 SUPR0DECL(void) SUPR0VtgFireProbe(uint32_t idProbe, uintptr_t uArg0, uintptr_t uArg1, uintptr_t uArg2, 3673 SUPR0DECL(void) SUPR0VtgFireProbe(uint32_t idProbe, uintptr_t uArg0, uintptr_t uArg1, uintptr_t uArg2, 3674 3674 uintptr_t uArg3, uintptr_t uArg4) 3675 3675 {
Note:
See TracChangeset
for help on using the changeset viewer.