* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / h8300-tdep.c
index 01f4093f2d4cc6ac6756271210f898c48efd4467..c099328d2ea293dac61b9f06a1539441c7cba811 100644 (file)
@@ -103,9 +103,9 @@ gdb_print_insn_h8300 (memaddr, info)
      disassemble_info *info;
 {
   if (h8300hmode)
-    return print_insn_h8300h (memaddr, &info);
+    return print_insn_h8300h (memaddr, info);
   else
-    return print_insn_h8300 (memaddr, &info);
+    return print_insn_h8300 (memaddr, info);
 }
 
 /* Given a GDB frame, determine the address of the calling function's frame.
This page took 0.03121 seconds and 4 git commands to generate.