mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 00:57:39 +01: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[] =
|
||||
{
|
||||
// { save_static_to_stacked, check_static_to_stacked },
|
||||
// { save_static_to_fr, check_static_to_fr }
|
||||
// { save_static_to_br, check_static_to_br }
|
||||
// { save_static_to_mem, check_static_to_mem }
|
||||
#if 0
|
||||
{ save_static_to_stacked, check_static_to_stacked },
|
||||
{ save_static_to_fr, check_static_to_fr }
|
||||
#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 }
|
||||
#endif
|
||||
};
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue