]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/python/py-param.c
Rename gdb exception types
[thirdparty/binutils-gdb.git] / gdb / python / py-param.c
index c211d477ea42f9290936f2efe840ddbcf2da8750..afeff581ee4be76731c101fa4c8252627b2650fd 100644 (file)
@@ -733,7 +733,7 @@ parmpy_init (PyObject *self, PyObject *args, PyObject *kwds)
                           set_doc.get (), show_doc.get (),
                           doc.get (), set_list, show_list);
     }
-  catch (const gdb_exception_RETURN_MASK_ALL &except)
+  catch (const gdb_exception &except)
     {
       xfree (cmd_name);
       Py_DECREF (self);