Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / windows-nat.c
index 0df9e312d33c866b0b3942354895f427a33dcc7f..50094187bd111f90f285a3431a755a0a9353fcb7 100644 (file)
@@ -947,7 +947,7 @@ catch_errors (void (*func) ())
     {
       func ();
     }
-  catch (const gdb_exception_RETURN_MASK_ALL &ex)
+  catch (const gdb_exception &ex)
     {
       exception_print (gdb_stderr, ex);
     }
This page took 0.033447 seconds and 4 git commands to generate.