diff options
Diffstat (limited to 'gcc/tree-nested.c')
-rw-r--r-- | gcc/tree-nested.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-nested.c b/gcc/tree-nested.c index 0b78d0e..fdf39cc 100644 --- a/gcc/tree-nested.c +++ b/gcc/tree-nested.c @@ -183,7 +183,7 @@ build_addr (tree exp, tree context) save_context = current_function_decl; current_function_decl = context; retval = build1 (ADDR_EXPR, build_pointer_type (TREE_TYPE (exp)), exp); - current_function_decl = save_context;; + current_function_decl = save_context; return retval; } |