[runtime] Fix an assert message.
[mono.git] / mono / mini / aot-compiler.c
index 4cceee20fe55c1bdbcd78abb3263a3cd2407bb0c..10d8563de72eab2de768386203ea7dddeb261e56 100644 (file)
@@ -10500,7 +10500,7 @@ mono_compile_assembly (MonoAssembly *ass, guint32 opts, const char *aot_options)
                mini_llvm_init ();
 
                if (acfg->aot_opts.asm_only && !acfg->aot_opts.llvm_outfile) {
-                       aot_printerrf (acfg, "Compiling with LLVM and the asm-only option requires the llvm-outputfile= option.");
+                       aot_printerrf (acfg, "Compiling with LLVM and the asm-only option requires the llvm-outfile= option.\n");
                        return 1;
                }
        }