* Rename remote-es1800.c to remote-es.c
[deliverable/binutils-gdb.git] / gdb / z8k-tdep.c
index ff91a76efe9c4c3eaf65d22dcc5b5b991214c093..2021a2ed2857541b4218f18618f4382facd6d9b7 100644 (file)
@@ -208,19 +208,17 @@ print_insn (memaddr, stream)
      CORE_ADDR memaddr;
      FILE *stream;
 {
-  char temp[20];
   disassemble_info info;
 
   GDB_INIT_DISASSEMBLE_INFO(info, stream);
 
-  read_memory (memaddr, temp, 20);
   if (BIG)
     {
-      return print_insn_z8001 (memaddr, temp, &info);
+      return print_insn_z8001 ((bfd_vma) memaddr, &info);
     }
   else
     {
-      return print_insn_z8002 (memaddr, temp, &info);
+      return print_insn_z8002 ((bfd_vma) memaddr, &info);
     }
 }
 
This page took 0.023348 seconds and 4 git commands to generate.