py_decref: Don't check for NULL before calling Py_DECREF.
[deliverable/binutils-gdb.git] / gdb / tic6x-tdep.h
index a168403c61d4b00ea2643aab407e390623d42252..5fe26ae0bb2172d0d6aa0536c6d226e071ecb9e7 100644 (file)
@@ -47,7 +47,7 @@ struct gdbarch_tdep
      instruction.  */
   CORE_ADDR (*syscall_next_pc) (struct frame_info *frame);
 
-  const char *breakpoint; /* Breakpoint instruction.  */
+  const gdb_byte *breakpoint; /* Breakpoint instruction.  */
 
   int has_gp; /* Has general purpose registers A16 - A31 and B16 - B31.  */
 };
This page took 0.024663 seconds and 4 git commands to generate.