[PATCH] Implement libffi for AARCH64:ILP32

Andrew Haley aph@redhat.com
Mon Feb 9 08:51:00 GMT 2015


On 09/02/15 08:40, Andrew Pinski wrote:
> For ILP32, we need to use long long types for ffi_arg and ffi_sarg.
> And then we need to fix up the closure code to load cif, fn, and
> user_data by 32bit instead of 64bits as they are stored as pointers in
> C code.

Would it make more sense to use int64_t rather than long long?

Andrew.



More information about the Libffi-discuss mailing list