On Sat, 28 Dec 2002, Matthias Klose wrote:
> ffi_type_uint8 and other arguments shorter than one word are
> not passed in correctly to the function called by ffi_call.
For an ffi_type_uint8, ffi_call expects the corresponding value
pointer to be a (unsigned char *). So this is correct usage:
On Mon, 6 Jan 2003, Matthias Klose wrote:
> 2003-01-03 Jeff Sturm <[EMAIL PROTECTED]>
>
> * include/ffi.h.in: Add closure defines for SPARC, SPARC64.
> * src/ffitest.c (main): Use static storage for closure.
> * src/sparc/ffi.c (ffi_prep_closure, ff
2 matches
Mail list logo