diff options
Diffstat (limited to 'gdb/arm-tdep.c')
-rw-r--r-- | gdb/arm-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c index 5cd5b160534..a87affe17a8 100644 --- a/gdb/arm-tdep.c +++ b/gdb/arm-tdep.c @@ -4024,7 +4024,7 @@ print_fpu_flags (struct ui_file *file, int flags) gdb_puts ("UFL ", file); if (flags & (1 << 4)) gdb_puts ("INX ", file); - fputc_filtered ('\n', file); + gdb_putc ('\n', file); } /* Print interesting information about the floating point processor |