aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/expr.c')
-rw-r--r--gcc/java/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/expr.c b/gcc/java/expr.c
index 5eacd64..177a038 100644
--- a/gcc/java/expr.c
+++ b/gcc/java/expr.c
@@ -1949,7 +1949,7 @@ pop_arguments (tree method_type)
VEC_safe_push (tree, gc, args, type);
}
- arity = VEC_length (tree, typestack);
+ arity = VEC_length (tree, args);
while (arity--)
{