Change how complex types are printed in C
[deliverable/binutils-gdb.git] / gdb / p-valprint.c
index 35a4e59d250137f189a82e682acf8b729b2fd6a2..cbd7fb75e242c237aefc4919fa71751417d39d3d 100644 (file)
@@ -739,6 +739,7 @@ pascal_object_print_value (struct value *val, struct ui_file *stream,
        }
       catch (const gdb_exception_error &ex)
        {
+         base_value = nullptr;
          if (ex.error == NOT_AVAILABLE_ERROR)
            skip = -1;
          else
This page took 0.023367 seconds and 4 git commands to generate.