diff options
Diffstat (limited to 'gcc/config/i386/i386elf.h')
-rw-r--r-- | gcc/config/i386/i386elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386elf.h b/gcc/config/i386/i386elf.h index 1bf3feb7479..78920a9f479 100644 --- a/gcc/config/i386/i386elf.h +++ b/gcc/config/i386/i386elf.h @@ -73,7 +73,7 @@ along with GCC; see the file COPYING3. If not see fputc ('\n', (FILE)); \ bytes_in_chunk = 0; \ } \ - ASM_OUTPUT_LIMITED_STRING ((FILE), _ascii_bytes); \ + ASM_OUTPUT_LIMITED_STRING ((FILE), (const char *) _ascii_bytes); \ _ascii_bytes = p; \ } \ else \ |