diff options
Diffstat (limited to 'gdb/ada-tasks.c')
-rw-r--r-- | gdb/ada-tasks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ada-tasks.c b/gdb/ada-tasks.c index 1288e16..dfabac3 100644 --- a/gdb/ada-tasks.c +++ b/gdb/ada-tasks.c @@ -894,7 +894,7 @@ ada_tasks_inferior_data_sniffer (struct ada_tasks_inferior_data *data) eltype = check_typedef (TYPE_TARGET_TYPE (type)); if (eltype != NULL && eltype->code () == TYPE_CODE_PTR) - idxtype = check_typedef (TYPE_INDEX_TYPE (type)); + idxtype = check_typedef (type->index_type ()); if (idxtype != NULL && !TYPE_LOW_BOUND_UNDEFINED (idxtype) && !TYPE_HIGH_BOUND_UNDEFINED (idxtype)) |