Hello-
Shouldn't this catch swapcontext as well?
Alistair
Hello-
Shouldn't this catch swapcontext as well?
Alistair
I didn't see swapcontext in the list in gcc's special_function_p function...
-bw
Hi-
Then that, surely, is a bug in gcc? swapcontext saves the context (via getcontext) in its first argument - there is nothing to prevent subsequently calling setcontext on that first argument more than once, which would result in multiple returns?
Alistair