VirtualBox

Ignore:
Timestamp:
Nov 5, 2013 6:40:50 PM (11 years ago)
Author:
vboxsync
Message:

SUPDrv: Made dtrace support build against UEKR3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrv-dtrace.cpp

    r49395 r49396  
    10941094        {
    10951095            SUPR0Printf("supdrvDTraceInit: Failed to resolved '%s' (i=%u).\n", s_aDTraceFunctions[i].pszName, i);
    1096             break;
    1097         }
    1098         SUPR0Printf("supdrvDTraceInit: '%s' -> %lx.\n", s_aDTraceFunctions[i].pszName, ulAddr);
     1096            return NULL;
     1097        }
    10991098        *s_aDTraceFunctions[i].ppfn = (PFNRT)ulAddr;
    11001099# endif
     
    11051104    if (RT_FAILURE(rc))
    11061105        return NULL;
     1106# else
     1107    /** @todo grab a reference to the dtrace module... */
    11071108# endif
    11081109#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