diff options
Diffstat (limited to 'gcc/config/h8300/h8300.c')
-rw-r--r-- | gcc/config/h8300/h8300.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/h8300/h8300.c b/gcc/config/h8300/h8300.c index 5406c19..d79eba3 100644 --- a/gcc/config/h8300/h8300.c +++ b/gcc/config/h8300/h8300.c @@ -2942,7 +2942,8 @@ output_a_shift (operands) } static unsigned int -h8300_asm_insn_count (const char *template) +h8300_asm_insn_count (template) + const char *template; { unsigned int count = 1; |