[aot] Initialize the temporary path to an empty string.
authorJoão Matos <joao@tritao.eu>
Fri, 19 Jun 2015 14:56:50 +0000 (15:56 +0100)
committerJoão Matos <joao@tritao.eu>
Fri, 19 Jun 2015 15:02:51 +0000 (16:02 +0100)
mono/mini/aot-compiler.c

index 8e4bab4984aaa42d0219decfba810b53429e12d0..5856d1eef5709911a5464dcf0302c45cb1c18e3d 100644 (file)
@@ -9270,6 +9270,7 @@ mono_compile_assembly (MonoAssembly *ass, guint32 opts, const char *aot_options)
        acfg->aot_opts.nrgctx_fetch_trampolines = 128;
        acfg->aot_opts.ngsharedvt_arg_trampolines = 128;
        acfg->aot_opts.llvm_path = g_strdup ("");
+       acfg->aot_opts.temp_path = g_strdup ("");
 #ifdef MONOTOUCH
        acfg->aot_opts.use_trampolines_page = TRUE;
 #endif