aboutsummaryrefslogtreecommitdiff
path: root/src/types.c
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-05-28 01:07:52 +0100
committerGinger Bill <bill@gingerbill.org>2017-05-28 01:07:52 +0100
commit06185e176988085ed7e77793f128b9e431eedd5e (patch)
tree6cb0c5d8ddfa0db8beed18b83b6e4edaf980d169 /src/types.c
parentf8fa7fe3801114da153a28064c68177e13ecece0 (diff)
Try a different ABI type for return values on Windows
Diffstat (limited to 'src/types.c')
-rw-r--r--src/types.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.c b/src/types.c
index b70e79fbf..34b56583a 100644
--- a/src/types.c
+++ b/src/types.c
@@ -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; \