[binary-reference-assemblies] Install 4.5 api facades
[mono.git] / mono / profiler / mono-profiler-vtune.c
index 3db0659c77549777b62e6b86fe53217c1495eea2..3f071a108798834e9b64cbc978a537336940bb8b 100644 (file)
@@ -167,7 +167,7 @@ mono_profiler_startup (const char *desc)
        iJIT_IsProfilingActiveFlags flags = iJIT_IsProfilingActive();
        if (flags == iJIT_SAMPLING_ON)
        {
-               mono_profiler_install (NULL, MONO_PROFILER_VERSION, codeanalyst_shutdown);
+               mono_profiler_install (NULL, codeanalyst_shutdown);
                mono_profiler_install_jit_end (method_jit_result);
                mono_profiler_install_code_buffer_new (code_buffer_new);
                mono_profiler_set_events (MONO_PROFILE_JIT_COMPILATION);