diff options
Diffstat (limited to 'gcc/genemit.c')
-rw-r--r-- | gcc/genemit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c index 93425ad3569..781eba2beb0 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -246,7 +246,7 @@ gen_exp (x, subroutine_type, used) else { printf ("GEN_INT ("); - printf (HOST_WIDE_INT_PRINT_DEC, INTVAL (x)); + printf (HOST_WIDE_INT_PRINT_DEC_C, INTVAL (x)); printf (")"); } return; |