diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/function.c b/gcc/function.c index d514560..9727e6d 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -3995,11 +3995,10 @@ stack_protect_epilogue (void) switch (HAVE_stack_protect_test != 0) { case 1: - tmp = gen_stack_protect_test (x, y); + tmp = gen_stack_protect_test (x, y, label); if (tmp) { emit_insn (tmp); - emit_jump_insn (bcc_gen_fctn[EQ] (label)); break; } /* FALLTHRU */ |