aboutsummaryrefslogtreecommitdiff
path: root/src/lj_crecord.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_crecord.c')
-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 95850611..165f95d9 100644
--- a/src/lj_crecord.c
+++ b/src/lj_crecord.c
@@ -78,7 +78,7 @@ static CTypeID argv2ctype(jit_State *J, TRef tr, cTValue *o)
78 /* Specialize to the string containing the C type declaration. */ 78 /* Specialize to the string containing the C type declaration. */
79 emitir(IRTG(IR_EQ, IRT_STR), tr, lj_ir_kstr(J, s)); 79 emitir(IRTG(IR_EQ, IRT_STR), tr, lj_ir_kstr(J, s));
80 cp.L = J->L; 80 cp.L = J->L;
81 cp.cts = ctype_ctsG(J2G(J)); 81 cp.cts = ctype_cts(J->L);
82 oldtop = cp.cts->top; 82 oldtop = cp.cts->top;
83 cp.srcname = strdata(s); 83 cp.srcname = strdata(s);
84 cp.p = strdata(s); 84 cp.p = strdata(s);