gdb/testsuite: Add compiler options parameter to function_range helper
[deliverable/binutils-gdb.git] / gdb / m2-lang.c
index 31c248d60e48e163606e48d9d45a5de26cad8127..af3cf3ad85f2847ed3ebea46b7ce017fbf81e0e5 100644 (file)
@@ -393,8 +393,7 @@ extern const struct language_defn m2_language_defn =
   m2_emit_char,                        /* Function to print a single character */
   m2_print_type,               /* Print a type using appropriate syntax */
   m2_print_typedef,            /* Print a typedef using appropriate syntax */
-  m2_val_print,                        /* Print a value using appropriate syntax */
-  nullptr,                     /* la_value_print_inner */
+  m2_value_print_inner,                /* la_value_print_inner */
   c_value_print,               /* Print a top-level value */
   default_read_var_value,      /* la_read_var_value */
   NULL,                                /* Language specific skip_trampoline */
This page took 0.023601 seconds and 4 git commands to generate.