]> Git Repo - binutils.git/blobdiff - gdb/sparc-tdep.c
*** empty log message ***
[binutils.git] / gdb / sparc-tdep.c
index 60eccd2c31ba43e7533bcbb1e550444c241c8aac..6b8d852731867b23cd9790e72cf04018d8818528 100644 (file)
@@ -528,7 +528,7 @@ sparc32_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
    location for inserting the breakpoint.  */
    
 static const gdb_byte *
-sparc_breakpoint_from_pc (CORE_ADDR *pc, int *len)
+sparc_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pc, int *len)
 {
   static const gdb_byte break_insn[] = { 0x91, 0xd0, 0x20, 0x01 };
 
This page took 0.026589 seconds and 4 git commands to generate.