1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-29 18:09:29 +02:00

(rbs_get_rnat_loc): Declare "inline".

(rbs_loc): Ditto.

(Logical change 1.130)
This commit is contained in:
hp.com!davidm 2003-11-27 06:52:54 +00:00
parent c7d965a9dc
commit a024a719e1

View file

@ -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))