diff options
author | Mike Pall <mike> | 2021-09-20 14:39:50 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2021-09-20 14:39:50 +0200 |
commit | 98b7d9a3b2a18175a7c60ef6e53f47dec918e856 (patch) | |
tree | ea69808ace9c6b3f80d2be964e91f7e39e402e56 /src/lj_crecord.c | |
parent | 27ee3bcd79b12a0c71f00427ee1a2e486c684486 (diff) | |
parent | 68ffbd318b331b988c32ecfdeee965e9683889f4 (diff) | |
download | luajit-98b7d9a3b2a18175a7c60ef6e53f47dec918e856.tar.gz luajit-98b7d9a3b2a18175a7c60ef6e53f47dec918e856.tar.bz2 luajit-98b7d9a3b2a18175a7c60ef6e53f47dec918e856.zip |
Merge branch 'master' into v2.1
Diffstat (limited to 'src/lj_crecord.c')
-rw-r--r-- | src/lj_crecord.c | 2 |
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); |