Edit

kc3-lang/libffi/src

Branch :

  • Show log

    Commit

  • Author : Jakub Jelinek
    Date : 2021-06-15 15:19:26
    Hash : 5651bea2
    Message : 2021-06-15 Jakub Jelinek <jakub@redhat.com> * src/x86/ffi64.c (classify_argument): For FFI_TYPE_STRUCT set words to number of words needed for type->size + byte_offset bytes rather than just type->size bytes. Compute pos before the loop and check total size of the structure. * testsuite/libffi.call/nested_struct12.c: New test.