• Kristian Nielsen's avatar
    Fix compiler check for stack unwind hint · 196d96cc
    Kristian Nielsen authored
    The check inserts a DWARF directive to tell stack unwinding that the
    bottom of the (co-routine) stack has been reached. Without this, stack
    traces may attempt to continue past the bottom of the stack.
    
    The GCC version check was incorrect, and failed to trigger for GCC
    version 5.[0123].
    196d96cc
my_context.c 18.9 KB