This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: libffi and longs
- From: Anthony Green <green at redhat dot com>
- To: Pupeno <pupeno at pupeno dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Mon, 25 Apr 2005 16:47:35 -0700
- Subject: Re: libffi and longs
- Organization: Red Hat, Inc.
- References: <200504241838.35732.pupeno@pupeno.com>
On Sun, 2005-04-24 at 18:38 -0300, Pupeno wrote:
> Hello,
> I've had troubles in the FFI module I'm building when dealing with
> (unsigned)
> longs, what happens is that the second unsigned long argument never
> reached
> the function I'm calling with ffi_call.
Which version of GCC/libffi and what platform are you on?
Please file a bug report at http://gcc.gnu.org/bugzilla with this
information and I'll look at it as soon as I have a chance.
Thanks,
AG