mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
s/value_ptr/struct value */
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user