diff options
Diffstat (limited to 'gdb/exceptions.c')
-rw-r--r-- | gdb/exceptions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/exceptions.c b/gdb/exceptions.c index 404cd4c..16e26d5 100644 --- a/gdb/exceptions.c +++ b/gdb/exceptions.c @@ -52,7 +52,7 @@ print_flush (void) /* 1. The _filtered buffer. */ if (filtered_printing_initialized ()) - wrap_here (0); + gdb_stdout->wrap_here (0); /* 2. The stdio buffer. */ gdb_flush (gdb_stdout); |