summaryrefslogtreecommitdiffstats
path: root/gcc/config/v850/v850.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/v850/v850.c')
-rw-r--r--gcc/config/v850/v850.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/v850/v850.c b/gcc/config/v850/v850.c
index 560fe34a91f..81598628406 100644
--- a/gcc/config/v850/v850.c
+++ b/gcc/config/v850/v850.c
@@ -2416,7 +2416,7 @@ construct_save_jarl (rtx op)
if (count <= (TARGET_LONG_CALLS ? 3 : 2))
{
- error ("bogus JARL construction: %d\n", count);
+ error ("bogus JARL construction: %d", count);
return NULL;
}
OpenPOWER on IntegriCloud