Introduce f_value_print_innner
[deliverable/binutils-gdb.git] / gdb / f-lang.c
index 4f4e8aedc4155531f200f2689bd5a2094d549960..e0a21849e6531f6e3adafc649a9f78703675c8c9 100644 (file)
@@ -647,7 +647,7 @@ extern const struct language_defn f_language_defn =
   f_print_type,                        /* Print a type using appropriate syntax */
   f_print_typedef,             /* Print a typedef using appropriate syntax */
   f_val_print,                 /* Print a value using appropriate syntax */
-  nullptr,                     /* la_value_print_inner */
+  f_value_print_innner,                /* la_value_print_inner */
   c_value_print,               /* FIXME */
   default_read_var_value,      /* la_read_var_value */
   NULL,                                /* Language specific skip_trampoline */
This page took 0.035123 seconds and 4 git commands to generate.