From 2f69df1d92b369bd406e99ff7ccd42ccb4850a83 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Sat, 23 Feb 2002 20:27:03 +0000 Subject: [PATCH] Include unwind_decoder.h instead of unwind_decoder.c. (Logical change 1.7) --- src/ia64/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)