*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / i386-tdep.c
index 736a56ec2033c98853521593c8f95f0becf62301..f385c20982bc96db0207381c830666180052832b 100644 (file)
@@ -278,7 +278,7 @@ static const char *disassembly_flavor = att_flavor;
    This function is 64-bit safe.  */
 
 static const gdb_byte *
-i386_breakpoint_from_pc (CORE_ADDR *pc, int *len)
+i386_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pc, int *len)
 {
   static gdb_byte break_insn[] = { 0xcc }; /* int 3 */
 
This page took 0.036883 seconds and 4 git commands to generate.