diff --git a/gcc/config/i960/i960.c b/gcc/config/i960/i960.c index 8373b80192d..3a8ebed0a05 100644 --- a/gcc/config/i960/i960.c +++ b/gcc/config/i960/i960.c @@ -1193,7 +1193,7 @@ output_function_profiler (file, labelno) set it to zero. */ if (current_function_args_size != 0) - fprintf (file, "\tmov g14,r3\n\tmov 0,g14"); + fprintf (file, "\tmov g14,r3\n\tmov 0,g14\n"); /* Load location address into g0 and call mcount. */ @@ -1202,7 +1202,7 @@ output_function_profiler (file, labelno) /* If this function uses the arg pointer, restore it. */ if (current_function_args_size != 0) - fprintf (file, "\tmov r3,g14"); + fprintf (file, "\tmov r3,g14\n"); /* Restore parameter registers. */