aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lj_crecord.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_crecord.c b/src/lj_crecord.c
index 70305069..91a81519 100644
--- a/src/lj_crecord.c
+++ b/src/lj_crecord.c
@@ -76,7 +76,7 @@ static CTypeID argv2ctype(jit_State *J, TRef tr, cTValue *o)
76 /* Specialize to the string containing the C type declaration. */ 76 /* Specialize to the string containing the C type declaration. */
77 emitir(IRTG(IR_EQ, IRT_STR), tr, lj_ir_kstr(J, s)); 77 emitir(IRTG(IR_EQ, IRT_STR), tr, lj_ir_kstr(J, s));
78 cp.L = J->L; 78 cp.L = J->L;
79 cp.cts = ctype_ctsG(J2G(J)); 79 cp.cts = ctype_cts(J->L);
80 oldtop = cp.cts->top; 80 oldtop = cp.cts->top;
81 cp.srcname = strdata(s); 81 cp.srcname = strdata(s);
82 cp.p = strdata(s); 82 cp.p = strdata(s);