diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-07-15 20:10:02 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-07-15 20:10:02 +0000 |
commit | ea7c478fe2e8aac579da890b1861677fa6bea5eb (patch) | |
tree | 7c912d4753cd9055d9d461c689040089edc7aa98 /gdb/sh-tdep.c | |
parent | 01467f2afb8f52014c3d37d353bfb6c159e11008 (diff) | |
download | gdb-ea7c478fe2e8aac579da890b1861677fa6bea5eb.zip gdb-ea7c478fe2e8aac579da890b1861677fa6bea5eb.tar.gz gdb-ea7c478fe2e8aac579da890b1861677fa6bea5eb.tar.bz2 |
s/value_ptr/struct value */
Diffstat (limited to 'gdb/sh-tdep.c')
-rw-r--r-- | gdb/sh-tdep.c | 2 |
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; } |