aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lj_crecord.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_crecord.c b/src/lj_crecord.c
index 2b83f3a1..fe08b935 100644
--- a/src/lj_crecord.c
+++ b/src/lj_crecord.c
@@ -1434,6 +1434,7 @@ void LJ_FASTCALL recff_cdata_arith(jit_State *J, RecordFFData *rd)
1434 } 1434 }
1435 } else if (!tref_isnum(tr)) { 1435 } else if (!tref_isnum(tr)) {
1436 tr = 0; 1436 tr = 0;
1437 ct = ctype_get(cts, CTID_P_VOID);
1437 } 1438 }
1438 ok: 1439 ok:
1439 s[i] = ct; 1440 s[i] = ct;