*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / m68k-tdep.c
index 5523be04782505256d6335cb45eea7978944490d..98f048ef84a25306a772e3bc4bea452764b4c668 100644 (file)
@@ -61,7 +61,8 @@
 #endif
 
 static const gdb_byte *
-m68k_local_breakpoint_from_pc (CORE_ADDR *pcptr, int *lenptr)
+m68k_local_breakpoint_from_pc (struct gdbarch *gdbarch,
+                              CORE_ADDR *pcptr, int *lenptr)
 {
   static gdb_byte break_insn[] = {0x4e, (0x40 | BPT_VECTOR)};
   *lenptr = sizeof (break_insn);
This page took 0.024235 seconds and 4 git commands to generate.