diff options
Diffstat (limited to 'gcc/config/ft32/ft32.c')
-rw-r--r-- | gcc/config/ft32/ft32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/ft32/ft32.c b/gcc/config/ft32/ft32.c index 0f6817c..64b3172 100644 --- a/gcc/config/ft32/ft32.c +++ b/gcc/config/ft32/ft32.c @@ -178,7 +178,7 @@ ft32_print_operand (FILE * file, rtx x, int code) case 'h': if (GET_CODE (operand) != REG) - internal_error ("'h' applied to non-register operand"); + internal_error ("%<h%> applied to non-register operand"); fprintf (file, "%s", reg_names[REGNO (operand) + 1]); return; |