diff options
Diffstat (limited to 'src/lj_iropt.h')
-rw-r--r-- | src/lj_iropt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_iropt.h b/src/lj_iropt.h index 46933671..fdc5f0d2 100644 --- a/src/lj_iropt.h +++ b/src/lj_iropt.h | |||
@@ -51,6 +51,7 @@ LJ_FUNC TRef lj_ir_kgc(jit_State *J, GCobj *o, IRType t); | |||
51 | LJ_FUNC TRef lj_ir_kptr_(jit_State *J, IROp op, void *ptr); | 51 | LJ_FUNC TRef lj_ir_kptr_(jit_State *J, IROp op, void *ptr); |
52 | LJ_FUNC TRef lj_ir_knull(jit_State *J, IRType t); | 52 | LJ_FUNC TRef lj_ir_knull(jit_State *J, IRType t); |
53 | LJ_FUNC TRef lj_ir_kslot(jit_State *J, TRef key, IRRef slot); | 53 | LJ_FUNC TRef lj_ir_kslot(jit_State *J, TRef key, IRRef slot); |
54 | LJ_FUNC TRef lj_ir_ktrace(jit_State *J); | ||
54 | 55 | ||
55 | #if LJ_64 | 56 | #if LJ_64 |
56 | #define lj_ir_kintp(J, k) lj_ir_kint64(J, (uint64_t)(k)) | 57 | #define lj_ir_kintp(J, k) lj_ir_kint64(J, (uint64_t)(k)) |