x86: Fix calling convention for ffi_closure_win64_inner

Also enable testing for the cross-abi calls.
This commit is contained in:
Richard Henderson
2016-04-15 16:10:08 -07:00
parent d06751979b
commit e5843a3a09
4 changed files with 18 additions and 8 deletions

View File

@@ -24,6 +24,7 @@
#define __STDCALL__ __attribute__((stdcall))
#define __THISCALL__ __attribute__((thiscall))
#define __FASTCALL__ __attribute__((fastcall))
#define __MSABI__ __attribute__((ms_abi))
#else
#define __UNUSED__
#define __STDCALL__ __stdcall