diff options
Diffstat (limited to 'gdb/i386-tdep.c')
-rw-r--r-- | gdb/i386-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c index 8309ef5..4a814c1 100644 --- a/gdb/i386-tdep.c +++ b/gdb/i386-tdep.c @@ -1695,7 +1695,7 @@ i386_register_reggroup_p (struct gdbarch *gdbarch, int regnum, /* Get the ith function argument for the current function. */ -CORE_ADDR +static CORE_ADDR i386_fetch_pointer_argument (struct frame_info *frame, int argi, struct type *type) { |