diff options
Diffstat (limited to 'gdb/remote-fileio.c')
-rw-r--r-- | gdb/remote-fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-fileio.c b/gdb/remote-fileio.c index d7657b3..9e6cc3f 100644 --- a/gdb/remote-fileio.c +++ b/gdb/remote-fileio.c @@ -1329,7 +1329,7 @@ remote_fileio_request (char *buf) remote_fio_no_longjmp = 0; ex = catch_exceptions (uiout, do_remote_fileio_request, (void *)buf, - NULL, RETURN_MASK_ALL); + RETURN_MASK_ALL); switch (ex) { case RETURN_ERROR: |