(INITIAL_FRAME_POINTER_OFFSET): Pass extra null parameter

to compute_frame_size..

From-SVN: r2478
This commit is contained in:
Timothy Moore 1992-10-15 15:57:37 +00:00
parent 8a9c76f3c2
commit 907b717923

View File

@ -434,7 +434,7 @@ extern int leaf_function;
it's not, there's no point in trying to eliminate the
frame pointer. If it is a leaf function, we guessed right! */
#define INITIAL_FRAME_POINTER_OFFSET(VAR) \
do { int __fsize = compute_frame_size (get_frame_size (), 1) + 32; \
do { int __fsize = compute_frame_size (get_frame_size (), 1, 0) + 32; \
(VAR) = -(TARGET_SNAKE ? (__fsize + 63) & ~63 : __fsize); } while (0)
/* Base register for access to arguments of the function. */