diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-31 18:59:10 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-31 18:59:10 +0000 |
commit | b80f88f88a17eb069a086676c9d06ed5cac56e15 (patch) | |
tree | 4f0d6619d1537d0cba29a6171d27329b5b6369c5 /gcc/function.c | |
parent | e7c55e4c11141a52ca03d95d2cdac55666782aad (diff) | |
download | gcc-b80f88f88a17eb069a086676c9d06ed5cac56e15.tar.gz |
Add missed chunk in last commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67275 138bc75d-0d04-0410-961f-82ee72b054a4
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 c6d485d3013..76184b9b659 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 \ |