Displaying 1 result from an estimated 1 matches for "f99a0f29".
2011 Apr 12
2
[LLVMdev] built-in longjmp and setjmp
...if (__builtin_setjmp (buf))
{
printf("return\n");
return 0;
}
printf("call foo\n");
foo ();
return 1;
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110412/f99a0f29/attachment.html>