This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: pretend_args and the arg pointer
- From: Richard Henderson <rth at redhat dot com>
- To: "D. Towner" <towner at cs dot bris dot ac dot uk>
- Cc: gcc <gcc at gcc dot gnu dot org>
- Date: Thu, 11 Apr 2002 13:11:22 -0700
- Subject: Re: pretend_args and the arg pointer
- References: <Pine.GSO.4.33.0204111736460.940-100000@tao>
On Thu, Apr 11, 2002 at 05:41:42PM +0100, D. Towner wrote:
> When a function contains pretend_args, should the arg pointer point at the
> start of the pretend args, or the start of the incoming args?
Pretend args.
r~