aboutsummaryrefslogtreecommitdiff
path: root/gcc/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/target.h')
-rw-r--r--gcc/target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/target.h b/gcc/target.h
index a2a5646..3b9af5d 100644
--- a/gcc/target.h
+++ b/gcc/target.h
@@ -472,7 +472,7 @@ struct gcc_target
bool (* split_complex_arg) (tree type);
/* Gimplifies a VA_ARG_EXPR. */
- void (* gimplify_va_arg_expr) (tree *expr_p, tree *pre_p,
+ tree (* gimplify_va_arg_expr) (tree valist, tree type, tree *pre_p,
tree *post_p);
} calls;