aboutsummaryrefslogtreecommitdiff
path: root/src/lj_ctype.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_ctype.h')
-rw-r--r--src/lj_ctype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_ctype.h b/src/lj_ctype.h
index 7953654f..7c3b667c 100644
--- a/src/lj_ctype.h
+++ b/src/lj_ctype.h
@@ -155,7 +155,7 @@ typedef struct CType {
155#define CCALL_MAX_GPR 8 155#define CCALL_MAX_GPR 8
156#define CCALL_MAX_FPR 8 156#define CCALL_MAX_FPR 8
157 157
158typedef LJ_ALIGN(8) union FPRCBArg { double d; float f; } FPRCBArg; 158typedef LJ_ALIGN(8) union FPRCBArg { double d; float f[2]; } FPRCBArg;
159 159
160/* C callback state. Defined here, to avoid dragging in lj_ccall.h. */ 160/* C callback state. Defined here, to avoid dragging in lj_ccall.h. */
161 161