(APPLY_RESULT_SIZE): Define.

From-SVN: r6197
This commit is contained in:
Jim Wilson 1993-12-08 15:04:10 -08:00
parent dc67e35c1d
commit 34aaacec0e
1 changed files with 5 additions and 0 deletions

View File

@ -774,6 +774,11 @@ extern char leaf_reg_backmap[];
#define FUNCTION_VALUE_REGNO_P(N) ((N) == 8 || (N) == 32)
/* Define the size of space to allocate for the return value of an
untyped_call. */
#define APPLY_RESULT_SIZE 16
/* 1 if N is a possible register number for function argument passing.
On SPARC, these are the "output" registers. */