comparison dyncallback/dyncall_thunk.h @ 145:63892f03e493

- minix fix for callbacks (floats are also returned via eax/edx on minix)
author cslag
date Sat, 20 Aug 2016 22:27:47 +0200
parents 170cde9e2a83
children b11b0735b09f
comparison
equal deleted inserted replaced
144:5fa2d7d5de10 145:63892f03e493
49 ** arm64: x9 49 ** arm64: x9
50 ** mips: t4 50 ** mips: t4
51 ** 51 **
52 **/ 52 **/
53 53
54 #include "dyncall_macros.h" 54 #include "../dyncall/dyncall_macros.h"
55 55
56 typedef struct DCThunk_ DCThunk; 56 typedef struct DCThunk_ DCThunk;
57 57
58 #ifdef __cplusplus 58 #ifdef __cplusplus
59 extern "C" { 59 extern "C" {