Indented file using gdb_indent.sh.
[deliverable/binutils-gdb.git] / gdb / m32r-tdep.c
index 6409fd5ecd5a7d39454971ce3fcf2ae1a0cb2e94..4b883fb213efd640baf683ed2262c46da7b80a4f 100644 (file)
@@ -60,7 +60,7 @@ dump_insn (char *commnt, CORE_ADDR pc, int insn)
 {
   printf_filtered ("  %s %08x %08x ",
                   commnt, (unsigned int) pc, (unsigned int) insn);
-  (*tm_print_insn) (pc, &tm_print_insn_info);
+  TARGET_PRINT_INSN (pc, &tm_print_insn_info);
   printf_filtered ("\n");
 }
 #define insn_debug(args) { printf_filtered args; }
This page took 0.023345 seconds and 4 git commands to generate.