diff options
Diffstat (limited to 'gdb/alpha-tdep.c')
-rw-r--r-- | gdb/alpha-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/alpha-tdep.c b/gdb/alpha-tdep.c index 6efb85b..a77ad25 100644 --- a/gdb/alpha-tdep.c +++ b/gdb/alpha-tdep.c @@ -599,7 +599,7 @@ alpha_return_in_memory_always (struct type *type) } static const gdb_byte * -alpha_breakpoint_from_pc (CORE_ADDR *pc, int *len) +alpha_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pc, int *len) { static const gdb_byte break_insn[] = { 0x80, 0, 0, 0 }; /* call_pal bpt */ |