gdb: remove TYPE_INDEX_TYPE macro
[deliverable/binutils-gdb.git] / gdb / p-valprint.c
index cf902ac7fbe1758ae2442887ae69e11f7625ca75..064e81905d0ddc035a03d2875902be145e9c3255 100644 (file)
@@ -330,7 +330,7 @@ pascal_value_print_inner (struct value *val, struct ui_file *stream,
       break;
 
     case TYPE_CODE_SET:
-      elttype = TYPE_INDEX_TYPE (type);
+      elttype = type->index_type ();
       elttype = check_typedef (elttype);
       if (TYPE_STUB (elttype))
        {
This page took 0.024945 seconds and 4 git commands to generate.