2003-05-03 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / d10v-tdep.c
index 5f054d5c321b4e9210b2beab4acd82b9efca3992..227e0320dd1133877a683a7822a3cedf89fe7d27 100644 (file)
@@ -43,6 +43,7 @@
 #include "floatformat.h"
 #include "gdb/sim-d10v.h"
 #include "sim-regno.h"
+#include "disasm.h"
 
 #include "gdb_assert.h"
 
@@ -1361,8 +1362,7 @@ display_trace (int low, int high)
          printf_filtered (":");
          printf_filtered ("\t");
          wrap_here ("    ");
-         next_address += TARGET_PRINT_INSN (next_address,
-                                            &deprecated_tm_print_insn_info);
+         next_address += gdb_print_insn (next_address, gdb_stdout);
          printf_filtered ("\n");
          gdb_flush (gdb_stdout);
        }
This page took 0.030093 seconds and 4 git commands to generate.