aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/parse.c')
-rw-r--r--gcc/java/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/parse.c b/gcc/java/parse.c
index 6f859dd..e17372a 100644
--- a/gcc/java/parse.c
+++ b/gcc/java/parse.c
@@ -11450,7 +11450,7 @@ resolve_field_access (qual_wfl, field_decl, field_type)
&& JPRIMITIVE_TYPE_P (TREE_TYPE (decl))
&& DECL_INITIAL (decl))
{
- field_ref = java_complete_tree (DECL_INITIAL (decl));
+ field_ref = java_complete_tree (decl);
static_final_found = 1;
}
else