* Makefile.in (infrun.o): Add $(language_h)
[deliverable/binutils-gdb.git] / gdb / m2-lang.c
index 116d85009fd0abfea4a8f884799d981a4d903140..48c6931e29bcc3ee89b65a7685de9d3d9ba136e0 100644 (file)
@@ -426,6 +426,7 @@ const struct language_defn m2_language_defn =
   m2_print_type,               /* Print a type using appropriate syntax */
   m2_val_print,                        /* Print a value using appropriate syntax */
   c_value_print,               /* Print a top-level value */
+  NULL,                                /* Language specific skip_trampoline */
   {"", "", "", ""},            /* Binary format info */
   {"%loB", "", "o", "B"},      /* Octal format info */
   {"%ld", "", "d", ""},                /* Decimal format info */
This page took 0.023763 seconds and 4 git commands to generate.