aboutsummaryrefslogtreecommitdiff
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
commit67d57894593345f23efe728f00b0a8c72216b962 (patch)
treee8afe7cf652a46cb92493e2636f547b04a5b9738 /gdb/alpha-tdep.c
parent7a22ecfc4b49af6e821525efa9c2f61bc7a959d8 (diff)
downloadfsf-binutils-gdb-67d57894593345f23efe728f00b0a8c72216b962.zip
fsf-binutils-gdb-67d57894593345f23efe728f00b0a8c72216b962.tar.gz
fsf-binutils-gdb-67d57894593345f23efe728f00b0a8c72216b962.tar.bz2
*** 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 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 */