PR libffi/52221
commita5de0b3b45611a1cabe609720b2dc789ed9639ae
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Feb 2012 21:02:27 +0000 (23 21:02 +0000)
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Feb 2012 21:02:27 +0000 (23 21:02 +0000)
treea63608c539b89be3aacdd9570b46b31195388095
parent97e18ae269d3f835415ee47ba59b36596f982e97
    PR libffi/52221
        * src/x86/ffi.c (ffi_closure_raw_THISCALL): New
        prototype.
        (ffi_prep_raw_closure_loc): Use ffi_closure_raw_THISCALL for
        thiscall-convention.
        (ffi_raw_call): Use ffi_prep_args_raw.
        * src/x86/win32.S (ffi_closure_raw_THISCALL): Add
        implementation for stub.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184526 138bc75d-0d04-0410-961f-82ee72b054a4
libffi/ChangeLog
libffi/src/x86/ffi.c
libffi/src/x86/win32.S