* hppa-tdep.c (hppa_fix_call_dummy): Use value_ptr.

(hppa_push_arguments): Likewise.
This commit is contained in:
Jeff Law
1994-03-21 19:53:36 +00:00
parent 30f5dbc0d8
commit 4fd5eed484
2 changed files with 7 additions and 2 deletions

View File

@@ -996,7 +996,7 @@ restore_pc_queue (fsr)
CORE_ADDR
hppa_push_arguments (nargs, args, sp, struct_return, struct_addr)
int nargs;
value *args;
value_ptr *args;
CORE_ADDR sp;
int struct_return;
CORE_ADDR struct_addr;
@@ -1047,7 +1047,7 @@ hppa_fix_call_dummy (dummy, pc, fun, nargs, args, type, gcc_p)
CORE_ADDR pc;
CORE_ADDR fun;
int nargs;
value *args;
value_ptr *args;
struct type *type;
int gcc_p;
{