1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-16 13:18:12 +01:00

Include unwind_decoder.h instead of unwind_decoder.c.

(Logical change 1.7)
This commit is contained in:
mostang.com!davidm 2002-02-23 20:27:03 +00:00
parent 1888c151fc
commit 2f69df1d92

View file

@ -692,7 +692,7 @@ desc_spill_sprel_p (unsigned char qp, unw_word t, unsigned char abreg,
#define UNW_DEC_RESTORE_P(f,p,t,a,arg) desc_restore_p(p,t,a,arg) #define UNW_DEC_RESTORE_P(f,p,t,a,arg) desc_restore_p(p,t,a,arg)
#define UNW_DEC_RESTORE(f,t,a,arg) desc_restore_p(0,t,a,arg) #define UNW_DEC_RESTORE(f,t,a,arg) desc_restore_p(0,t,a,arg)
#include "unwind_decoder.c" #include "unwind_decoder.h"
static inline const struct ia64_unwind_table_entry * static inline const struct ia64_unwind_table_entry *
lookup (struct ia64_unwind_table *table, unw_word_t rel_ip) lookup (struct ia64_unwind_table *table, unw_word_t rel_ip)