Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / common / new-op.c
index c358b802fa4b1e777d73f3d3d73011838ebcbe6b..b230f111ae71924f9b2324ca3c36155d810c5f4c 100644 (file)
@@ -64,7 +64,7 @@ operator new (std::size_t sz)
        {
          malloc_failure (sz);
        }
-      catch (const gdb_exception_RETURN_MASK_ALL &ex)
+      catch (const gdb_exception &ex)
        {
          throw gdb_quit_bad_alloc (ex);
        }
This page took 0.037872 seconds and 4 git commands to generate.