summaryrefslogtreecommitdiff
path: root/gcc/config/i370
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-02-21 23:21:14 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1995-02-21 23:21:14 +0000
commit97a18f26ea3a4d091fa9d57d9c00773cdecbfaef (patch)
tree804db72713ffd33458515ca2cde99ed7e257f631 /gcc/config/i370
parent473b618688e87814cea076f9da0e8e4a2c5e3942 (diff)
downloadgcc-97a18f26ea3a4d091fa9d57d9c00773cdecbfaef.tar.gz
Added arg to RETURN_POPS_ARGS.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8999 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i370')
-rw-r--r--gcc/config/i370/i370.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i370/i370.h b/gcc/config/i370/i370.h
index 53f055f709a..1b52ab9cb62 100644
--- a/gcc/config/i370/i370.h
+++ b/gcc/config/i370/i370.h
@@ -447,7 +447,7 @@ enum reg_class
/* Define if returning from a function call automatically pops the
arguments described by the number-of-args field in the call. */
-#define RETURN_POPS_ARGS(FUNTYPE, STACKSIZE) 0
+#define RETURN_POPS_ARGS(FUNDECL,FUNTYPE,SIZE) 0
/* Define how to find the value returned by a function. VALTYPE is the
data type of the value (as a tree).