summaryrefslogtreecommitdiff
path: root/gdb/alpha-tdep.c
diff options
context:
space:
mode:
authorMarkus Deuling <deuling@de.ibm.com>2007-11-07 06:33:01 +0000
committerMarkus Deuling <deuling@de.ibm.com>2007-11-07 06:33:01 +0000
commit5c5ecef7ea0acae42ac3a4be606af41ba7fd71fd (patch)
tree2fc0f732a41ceb12b0f3873c4c7c9bc2279c61bf /gdb/alpha-tdep.c
parentc7da72662e62078ed4779b46b9914193447df60c (diff)
downloadgdb-5c5ecef7ea0acae42ac3a4be606af41ba7fd71fd.tar.gz
*** empty log message ***
Diffstat (limited to 'gdb/alpha-tdep.c')
-rw-r--r--gdb/alpha-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/alpha-tdep.c b/gdb/alpha-tdep.c
index 6efb85b6675..a77ad25b49d 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 */