* 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

@ -1,3 +1,8 @@
Mon Mar 21 11:50:28 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
* hppa-tdep.c (hppa_fix_call_dummy): Use value_ptr.
(hppa_push_arguments): Likewise.
Sun Mar 20 15:21:57 1994 Doug Evans (dje@cygnus.com)
* sparc-tdep.c (sparc_frame_find_save_regs): Use REGISTER_RAW_SIZE

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;
{