mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* hppa-tdep.c (hppa_fix_call_dummy): Use value_ptr.
(hppa_push_arguments): Likewise.
This commit is contained in:
@ -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
|
||||
|
@ -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;
|
||||
{
|
||||
|
Reference in New Issue
Block a user