diff options
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r-- | gcc/cfgexpand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index 4227b98..ac76ca3 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -419,7 +419,7 @@ tree_expand_cfg (void) expand_used_vars (); /* Set up parameters and prepare for return, for the function. */ - expand_function_start (current_function_decl, 0); + expand_function_start (current_function_decl); /* If this function is `main', emit a call to `__main' to run global initializers, etc. */ |