VirtualBox

Changeset 40781 in vbox


Ignore:
Timestamp:
Apr 5, 2012 4:12:25 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77284
Message:

build fix

Location:
trunk/src/VBox/HostDrivers/Support
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrvTracer.cpp

    r40780 r40781  
    9292*******************************************************************************/
    9393/** 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)
     95PFNRT       g_pfnSupdrvProbeFireKernel = supdrvTracerProbeFireStub;
     96#endif
    9597
    9698
  • trunk/src/VBox/HostDrivers/Support/SUPDrvTracerA.asm

    r40779 r40781  
    4949        jmp     rax
    5050%else
    51         mov     eax, [NAME(g_g_pfnSupdrvProbeFireKernel)]
     51        mov     eax, [NAME(g_pfnSupdrvProbeFireKernel)]
    5252        jmp     eax
    5353%endif
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette