diff options
Diffstat (limited to 'gnu/egcs')
-rw-r--r-- | gnu/egcs/gcc/toplev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/toplev.c b/gnu/egcs/gcc/toplev.c index 56e9ab0a44f..d26fe66e232 100644 --- a/gnu/egcs/gcc/toplev.c +++ b/gnu/egcs/gcc/toplev.c @@ -3659,7 +3659,7 @@ rest_of_compilation (decl) insns = get_insns (); - if (flag_propolice_protection) prepare_stack_protection (); + if (flag_propolice_protection) prepare_stack_protection (inlinable); /* Dump the rtl code if we are dumping rtl. */ |