Rename gdb exception types
[deliverable/binutils-gdb.git] / gdb / ada-typeprint.c
index 8b71524cd12c5669f587e82c33ad59f09c5553b5..89a69e9bd4435b7be86eea82f8713f95655154f4 100644 (file)
@@ -168,7 +168,7 @@ print_range (struct type *type, struct ui_file *stream,
            lo = ada_discrete_type_low_bound (type);
            hi = ada_discrete_type_high_bound (type);
          }
-       catch (const gdb_exception_RETURN_MASK_ERROR &e)
+       catch (const gdb_exception_error &e)
          {
            /* This can happen when the range is dynamic.  Sometimes,
               resolving dynamic property values requires us to have
This page took 0.029196 seconds and 4 git commands to generate.