*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / mep-tdep.c
index 5ff87e7ec0df44584f25c02bd1b14dce82ffc1b9..b6038cc48327291d77770708cf176182242c4017 100644 (file)
@@ -1913,7 +1913,7 @@ mep_skip_prologue (CORE_ADDR pc)
 /* Breakpoints.  */
 
 static const unsigned char *
-mep_breakpoint_from_pc (CORE_ADDR * pcptr, int *lenptr)
+mep_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR * pcptr, int *lenptr)
 {
   static unsigned char breakpoint[] = { 0x70, 0x32 };
   *lenptr = sizeof (breakpoint);
This page took 0.024472 seconds and 4 git commands to generate.