Try a different ABI type for return values on Windows

This commit is contained in:
Ginger Bill
2017-05-28 01:07:52 +01:00
parent f8fa7fe380
commit 06185e1769
4 changed files with 101 additions and 18 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ typedef struct TypeRecord {
i32 param_count; \
i32 result_count; \
Type **abi_compat_params; \
Type **abi_compat_results; \
Type * abi_compat_result_type; \
bool variadic; \
bool require_results; \
ProcCallingConvention calling_convention; \