diff options
Diffstat (limited to 'src/c/stack_protector.c')
| -rw-r--r-- | src/c/stack_protector.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/stack_protector.c b/src/c/stack_protector.c index 50e4316..3289cec 100644 --- a/src/c/stack_protector.c +++ b/src/c/stack_protector.c @@ -9,7 +9,7 @@ uintptr_t __stack_chk_guard = STACK_CHK_GUARD; -__attribute__((noreturn)) +//__attribute__((noreturn)) void __stack_chk_fail(void) { #if __STDC_HOSTED__ |
