Add missed chunk in last commit.

From-SVN: r67275
This commit is contained in:
Andreas Jaeger 2003-05-31 20:59:10 +02:00
parent 0d569849e6
commit 14fb18b06f

View File

@ -5842,8 +5842,7 @@ trampoline_address (function)
&& fn_context != inline_function_decl) && fn_context != inline_function_decl)
fp = find_function_data (fn_context); fp = find_function_data (fn_context);
/* Allocate run-time space for this trampoline /* Allocate run-time space for this trampoline. */
(usually in the defining function's stack frame). */
/* If rounding needed, allocate extra space /* If rounding needed, allocate extra space
to ensure we have TRAMPOLINE_SIZE bytes left after rounding up. */ to ensure we have TRAMPOLINE_SIZE bytes left after rounding up. */
#define TRAMPOLINE_REAL_SIZE \ #define TRAMPOLINE_REAL_SIZE \