aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/linux-gnu/mipsel/trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/linux-gnu/mipsel/trace.c')
-rw-r--r--sysdeps/linux-gnu/mipsel/trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/linux-gnu/mipsel/trace.c b/sysdeps/linux-gnu/mipsel/trace.c
index 3932f26..fa513e3 100644
--- a/sysdeps/linux-gnu/mipsel/trace.c
+++ b/sysdeps/linux-gnu/mipsel/trace.c
@@ -118,7 +118,7 @@ arguments somewhere on the call.
I'm not doing any floating point support here.
*/
-long gimme_arg(enum tof type, struct process *proc, int arg_num)
+long gimme_arg(enum tof type, struct process *proc, int arg_num, arg_type_info *info)
{
long ret;
debug(2,"type %d arg %d",type,arg_num);