forked from Imagelibrary/binutils-gdb
s/value_ptr/struct value */
This commit is contained in:
@@ -1186,7 +1186,7 @@ arm_push_dummy_frame (void)
|
||||
|
||||
void
|
||||
arm_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)
|
||||
{
|
||||
static short thumb_dummy[4] =
|
||||
{
|
||||
@@ -1255,7 +1255,7 @@ arm_call_dummy_breakpoint_offset (void)
|
||||
general registers and/or on the stack. */
|
||||
|
||||
CORE_ADDR
|
||||
arm_push_arguments (int nargs, value_ptr * args, CORE_ADDR sp,
|
||||
arm_push_arguments (int nargs, struct value **args, CORE_ADDR sp,
|
||||
int struct_return, CORE_ADDR struct_addr)
|
||||
{
|
||||
char *fp;
|
||||
|
||||
Reference in New Issue
Block a user