mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-04-05 13:22:18 +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:
parent
cfe616f0f6
commit
5a9743cd77
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ b (void *addr)
|
||||||
{
|
{
|
||||||
printf ("b() calling raise_exception()\n");
|
printf ("b() calling raise_exception()\n");
|
||||||
raise_exception (addr);
|
raise_exception (addr);
|
||||||
|
printf ("b(): back from raise_exception!!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|
Loading…
Add table
Reference in a new issue