aboutsummaryrefslogtreecommitdiff
path: root/src/lj_debug.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lj_debug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lj_debug.h b/src/lj_debug.h
index cc7e93d2..a8be19e8 100644
--- a/src/lj_debug.h
+++ b/src/lj_debug.h
@@ -29,7 +29,8 @@ typedef struct lj_Debug {
29LJ_FUNC cTValue *lj_debug_frame(lua_State *L, int level, int *size); 29LJ_FUNC cTValue *lj_debug_frame(lua_State *L, int level, int *size);
30LJ_FUNC BCLine LJ_FASTCALL lj_debug_line(GCproto *pt, BCPos pc); 30LJ_FUNC BCLine LJ_FASTCALL lj_debug_line(GCproto *pt, BCPos pc);
31LJ_FUNC const char *lj_debug_uvname(GCproto *pt, uint32_t idx); 31LJ_FUNC const char *lj_debug_uvname(GCproto *pt, uint32_t idx);
32LJ_FUNC const char *lj_debug_uvnamev(cTValue *o, uint32_t idx, TValue **tvp); 32LJ_FUNC const char *lj_debug_uvnamev(cTValue *o, uint32_t idx, TValue **tvp,
33 GCobj **op);
33LJ_FUNC const char *lj_debug_slotname(GCproto *pt, const BCIns *pc, 34LJ_FUNC const char *lj_debug_slotname(GCproto *pt, const BCIns *pc,
34 BCReg slot, const char **name); 35 BCReg slot, const char **name);
35LJ_FUNC const char *lj_debug_funcname(lua_State *L, cTValue *frame, 36LJ_FUNC const char *lj_debug_funcname(lua_State *L, cTValue *frame,