1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2025-03-31 11:32:17 +02:00

(b): Add a printf() after raise_exception() to avoid triggering the sibcall

optimization for this call.

(Logical change 1.19)
This commit is contained in:
mostang.com!davidm 2002-07-18 03:58:34 +00:00
parent cfe616f0f6
commit 5a9743cd77

View file

@ -61,6 +61,7 @@ b (void *addr)
{
printf ("b() calling raise_exception()\n");
raise_exception (addr);
printf ("b(): back from raise_exception!!\n");
}
static int