aboutsummaryrefslogtreecommitdiff
path: root/gdb/sh-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-07-15 20:10:02 +0000
committerAndrew Cagney <cagney@redhat.com>2001-07-15 20:10:02 +0000
commitea7c478fe2e8aac579da890b1861677fa6bea5eb (patch)
tree7c912d4753cd9055d9d461c689040089edc7aa98 /gdb/sh-tdep.c
parent01467f2afb8f52014c3d37d353bfb6c159e11008 (diff)
downloadfsf-binutils-gdb-ea7c478fe2e8aac579da890b1861677fa6bea5eb.zip
fsf-binutils-gdb-ea7c478fe2e8aac579da890b1861677fa6bea5eb.tar.gz
fsf-binutils-gdb-ea7c478fe2e8aac579da890b1861677fa6bea5eb.tar.bz2
s/value_ptr/struct value */
Diffstat (limited to 'gdb/sh-tdep.c')
-rw-r--r--gdb/sh-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sh-tdep.c b/gdb/sh-tdep.c
index 391d7d4..8e15c7e 100644
--- a/gdb/sh-tdep.c
+++ b/gdb/sh-tdep.c
@@ -974,7 +974,7 @@ sh_push_return_address (CORE_ADDR pc, CORE_ADDR sp)
#if 0
void
sh_fix_call_dummy (char *dummy, CORE_ADDR pc, CORE_ADDR fun, int nargs,
- value_ptr *args, struct type *type, int gcc_p)
+ struct value **args, struct type *type, int gcc_p)
{
*(unsigned long *) (dummy + 8) = fun;
}