mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-04-05 21:32:17 +02:00
Update.
(Logical change 1.181)
This commit is contained in:
parent
1c00cf562e
commit
23dd2c4c4a
1 changed files with 8 additions and 4 deletions
|
@ -78,11 +78,15 @@ static struct
|
||||||
}
|
}
|
||||||
all_funcs[] =
|
all_funcs[] =
|
||||||
{
|
{
|
||||||
// { save_static_to_stacked, check_static_to_stacked },
|
#if 0
|
||||||
// { save_static_to_fr, check_static_to_fr }
|
{ save_static_to_stacked, check_static_to_stacked },
|
||||||
// { save_static_to_br, check_static_to_br }
|
{ save_static_to_fr, check_static_to_fr }
|
||||||
// { save_static_to_mem, check_static_to_mem }
|
#endif
|
||||||
|
{ save_static_to_br, check_static_to_br }
|
||||||
|
#if 0
|
||||||
|
{ save_static_to_mem, check_static_to_mem }
|
||||||
{ save_static_to_scratch, check_static_to_scratch }
|
{ save_static_to_scratch, check_static_to_scratch }
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Add table
Reference in a new issue