Introduce f_value_print_innner
[deliverable/binutils-gdb.git] / gdb / f-valprint.c
index bbc09cd56065fcf7b306fae589a911cb1bd41008..10593eebc0ce0a7c39ad366189c0721d6c7f7f6f 100644 (file)
@@ -394,6 +394,16 @@ f_val_print (struct type *type, int embedded_offset,
     }
 }
 
+/* See f-lang.h.  */
+
+void
+f_value_print_innner (struct value *val, struct ui_file *stream, int recurse,
+                     const struct value_print_options *options)
+{
+  f_val_print (value_type (val), value_embedded_offset (val),
+              value_address (val), stream, recurse, val, options);
+}
+
 static void
 info_common_command_for_block (const struct block *block, const char *comname,
                               int *any_printed)
This page took 0.02466 seconds and 4 git commands to generate.