Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / remote-fileio.c
index 6887a6aac18be128cf5bf91c830dd9f7c5048d76..2f7ecf366c3e07beb4c6a08ee8b1cbb4ccb2cc4f 100644 (file)
@@ -1189,7 +1189,7 @@ remote_fileio_request (remote_target *remote, char *buf, int ctrlc_pending_p)
        {
          do_remote_fileio_request (remote, buf);
        }
-      catch (const gdb_exception_RETURN_MASK_ALL &ex)
+      catch (const gdb_exception &ex)
        {
          if (ex.reason == RETURN_QUIT)
            remote_fileio_reply (remote, -1, FILEIO_EINTR);
This page took 0.044606 seconds and 4 git commands to generate.