convert to_get_min_fast_tracepoint_insn_len
[deliverable/binutils-gdb.git] / gdb / ada-valprint.c
index 8f2219fb24e7e79bd5d4a61f042fce5bdad3caca..b7b3a9ccfb65c3efa5d845422c66550201978d15 100644 (file)
@@ -79,7 +79,7 @@ print_optional_low_bound (struct ui_file *stream, struct type *type,
 
   index_type = TYPE_INDEX_TYPE (type);
 
-  if (TYPE_CODE (index_type) == TYPE_CODE_RANGE)
+  while (TYPE_CODE (index_type) == TYPE_CODE_RANGE)
     {
       /* We need to know what the base type is, in order to do the
          appropriate check below.  Otherwise, if this is a subrange
This page took 0.023072 seconds and 4 git commands to generate.