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:
parent
be82287d2f
commit
22a3ade064
@ -817,7 +817,7 @@ extern enum cmp_type hppa_branch_type;
|
||||
#endif
|
||||
|
||||
#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 parm; \
|
||||
int i; \
|
||||
|
Loading…
Reference in New Issue
Block a user