aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormostang.com!davidm <mostang.com!davidm>2002-02-23 20:27:03 +0000
committermostang.com!davidm <mostang.com!davidm>2002-02-23 20:27:03 +0000
commit2f69df1d92b369bd406e99ff7ccd42ccb4850a83 (patch)
tree7068da47fdfdfb81472d69f8ffb3958d889f5ecc
parent1888c151fc8a42809c8e483b18cf49d197b0db56 (diff)
downloadlibunwind-2f69df1d92b369bd406e99ff7ccd42ccb4850a83.tar.gz
Include unwind_decoder.h instead of unwind_decoder.c.
(Logical change 1.7)
-rw-r--r--src/ia64/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ia64/parser.c b/src/ia64/parser.c
index 6395c1c9..a7d93dd5 100644
--- a/src/ia64/parser.c
+++ b/src/ia64/parser.c
@@ -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(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 *
lookup (struct ia64_unwind_table *table, unw_word_t rel_ip)