mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-11 03:23:43 +01:00
(rbs_get_rnat_loc): Declare "inline".
(rbs_loc): Ditto. (Logical change 1.130)
This commit is contained in:
parent
c7d965a9dc
commit
a024a719e1
1 changed files with 2 additions and 2 deletions
|
@ -439,7 +439,7 @@ rbs_contains (struct rbs_area *rbs, unw_word_t bsp)
|
|||
return result;
|
||||
}
|
||||
|
||||
static ia64_loc_t
|
||||
static inline ia64_loc_t
|
||||
rbs_get_rnat_loc (struct rbs_area *rbs, unw_word_t bsp)
|
||||
{
|
||||
unw_word_t rnat_addr = ia64_rse_rnat_addr (bsp);
|
||||
|
@ -457,7 +457,7 @@ rbs_get_rnat_loc (struct rbs_area *rbs, unw_word_t bsp)
|
|||
return rnat_loc;
|
||||
}
|
||||
|
||||
static ia64_loc_t
|
||||
static inline ia64_loc_t
|
||||
rbs_loc (struct rbs_area *rbs, unw_word_t bsp)
|
||||
{
|
||||
if (rbs_on_uc (rbs))
|
||||
|
|
Loading…
Reference in a new issue