diff options
Diffstat (limited to 'gcc/reload.c')
-rw-r--r-- | gcc/reload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload.c b/gcc/reload.c index 445f9bd..a63cc02 100644 --- a/gcc/reload.c +++ b/gcc/reload.c @@ -2665,7 +2665,7 @@ find_reloads (rtx_insn *insn, int replace, int ind_levels, int live_known, if (i < recog_data.n_operands) { error_for_asm (insn, - "the target does not support asm goto " + "the target does not support %<asm goto%> " "with outputs in %<asm%>"); ira_nullify_asm_goto (insn); return 0; |