aboutsummaryrefslogtreecommitdiff
path: root/gdb/s390-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/s390-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/s390-tdep.c')
-rw-r--r--gdb/s390-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/s390-tdep.c b/gdb/s390-tdep.c
index 0c3f6f6..f8d5ac7 100644
--- a/gdb/s390-tdep.c
+++ b/gdb/s390-tdep.c
@@ -2256,7 +2256,7 @@ s390_return_value (struct gdbarch *gdbarch, struct type *type,
/* Breakpoints. */
static const gdb_byte *
-s390_breakpoint_from_pc (CORE_ADDR *pcptr, int *lenptr)
+s390_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr, int *lenptr)
{
static const gdb_byte breakpoint[] = { 0x0, 0x1 };