Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / typeprint.c
index 91ce29b1b28dc6cc2eb57fb5afb900c48a44efc2..02c045143039f0ddb91628c053a361ae5b351344 100644 (file)
@@ -420,7 +420,7 @@ type_to_string (struct type *type)
       type_print (type, "", &stb, -1);
       return std::move (stb.string ());
     }
-  catch (const gdb_exception_RETURN_MASK_ALL &except)
+  catch (const gdb_exception &except)
     {
     }
 
This page took 0.029092 seconds and 4 git commands to generate.