Replace CONST with const
[deliverable/binutils-gdb.git] / gdb / d10v-tdep.c
index 0acc57d656b73469ffced185baa570def2d137b6..b0dd3bcac184d381e42c4650842ded3006321d3a 100644 (file)
@@ -1239,7 +1239,7 @@ print_insn (CORE_ADDR memaddr, struct ui_file *stream)
     tm_print_insn_info.endian = BFD_ENDIAN_BIG;
   else
     tm_print_insn_info.endian = BFD_ENDIAN_LITTLE;
-  return (*tm_print_insn) (memaddr, &tm_print_insn_info);
+  return TARGET_PRINT_INSN (memaddr, &tm_print_insn_info);
 }
 
 static void
This page took 0.024229 seconds and 4 git commands to generate.