Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'samples/size/size.c')
-rw-r--r--samples/size/size.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/size/size.c b/samples/size/size.c
index 40edb321a0a..a0f2690f6d9 100644
--- a/samples/size/size.c
+++ b/samples/size/size.c
@@ -133,6 +133,6 @@ void install_icall (MonoProfiler *prof, MonoMethod *method, MonoJitInfo* jinfo)
void
mono_profiler_init_size (const char *desc)
{
- MonoProfilerHandle handle = mono_profiler_install (NULL);
+ MonoProfilerHandle handle = mono_profiler_create (NULL);
mono_profiler_set_jit_done_callback (handle, install_icall);
}