]> Git Repo - binutils.git/blobdiff - gdb/spu-tdep.c
*** empty log message ***
[binutils.git] / gdb / spu-tdep.c
index 7fb99a46314cd77502bc582bdb94c3593e8953e0..f5d0081c120ab82101ecb5e30de3a56095bd6095 100644 (file)
@@ -1247,7 +1247,7 @@ spu_return_value (struct gdbarch *gdbarch, struct type *type,
 /* Breakpoints.  */
 
 static const gdb_byte *
-spu_breakpoint_from_pc (CORE_ADDR * pcptr, int *lenptr)
+spu_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR * pcptr, int *lenptr)
 {
   static const gdb_byte breakpoint[] = { 0x00, 0x00, 0x3f, 0xff };
 
This page took 0.025314 seconds and 4 git commands to generate.