Changeset 40781 in vbox
- Timestamp:
- Apr 5, 2012 4:12:25 PM (12 years ago)
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 2 edited
-
SUPDrvTracer.cpp (modified) (1 diff)
-
SUPDrvTracerA.asm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrvTracer.cpp
r40780 r40781 92 92 *******************************************************************************/ 93 93 /** The address of the current probe fire routine for kernel mode. */ 94 /*PFNRT g_pfnSupdrvProbeFireKernel = supdrvTracerProbeFireStub;*/ 94 #if !defined(RT_OS_LINUX) && !defined(RT_OS_FREEBSD) 95 PFNRT g_pfnSupdrvProbeFireKernel = supdrvTracerProbeFireStub; 96 #endif 95 97 96 98 -
trunk/src/VBox/HostDrivers/Support/SUPDrvTracerA.asm
r40779 r40781 49 49 jmp rax 50 50 %else 51 mov eax, [NAME(g_ g_pfnSupdrvProbeFireKernel)]51 mov eax, [NAME(g_pfnSupdrvProbeFireKernel)] 52 52 jmp eax 53 53 %endif
Note:
See TracChangeset
for help on using the changeset viewer.

