diff options
author | Andreas Jaeger <aj@gcc.gnu.org> | 2003-05-31 20:59:10 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2003-05-31 20:59:10 +0200 |
commit | 14fb18b06f5cf6b16221638b6d9af3dbc024b54e (patch) | |
tree | 4f0d6619d1537d0cba29a6171d27329b5b6369c5 /gcc/function.c | |
parent | 0d569849e6a8c783c2e2331417e85c3a40a3b980 (diff) | |
download | gcc-14fb18b06f5cf6b16221638b6d9af3dbc024b54e.zip gcc-14fb18b06f5cf6b16221638b6d9af3dbc024b54e.tar.gz gcc-14fb18b06f5cf6b16221638b6d9af3dbc024b54e.tar.bz2 |
Add missed chunk in last commit.
From-SVN: r67275
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/function.c b/gcc/function.c index c6d485d..76184b9 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -5842,8 +5842,7 @@ trampoline_address (function) && fn_context != inline_function_decl) fp = find_function_data (fn_context); - /* Allocate run-time space for this trampoline - (usually in the defining function's stack frame). */ + /* Allocate run-time space for this trampoline. */ /* If rounding needed, allocate extra space to ensure we have TRAMPOLINE_SIZE bytes left after rounding up. */ #define TRAMPOLINE_REAL_SIZE \ |