pa.h (ASM_DECLARE_FUNCTION_NAME): Correctly get the return type of DECL.

*pa.h (ASM_DECLARE_FUNCTION_NAME): Correctly get the return
	type of DECL.

From-SVN: r2853
This commit is contained in:
Jeff Law 1992-12-09 19:00:36 -07:00
parent be82287d2f
commit 22a3ade064
1 changed files with 1 additions and 1 deletions

View File

@ -817,7 +817,7 @@ extern enum cmp_type hppa_branch_type;
#endif #endif
#define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \ #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \
do { tree fntype = DECL_RESULT (DECL); \ do { tree fntype = TREE_TYPE (TREE_TYPE (DECL)); \
tree tree_type = TREE_TYPE (DECL); \ tree tree_type = TREE_TYPE (DECL); \
tree parm; \ tree parm; \
int i; \ int i; \