mirror of https://github.com/rusefi/lua.git
detail (comment)
This commit is contained in:
parent
e747491b96
commit
d77a7a8c26
4
ldebug.c
4
ldebug.c
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
** $Id: ldebug.c,v 2.118 2015/12/16 16:40:07 roberto Exp roberto $
|
** $Id: ldebug.c,v 2.119 2016/02/26 19:20:15 roberto Exp roberto $
|
||||||
** Debug Interface
|
** Debug Interface
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
|
@ -69,7 +69,7 @@ static void swapextra (lua_State *L) {
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** This function can be called asynchronous (e.g. during a signal).
|
** This function can be called asynchronously (e.g. during a signal).
|
||||||
** Fields 'oldpc', 'basehookcount', and 'hookcount' (set by
|
** Fields 'oldpc', 'basehookcount', and 'hookcount' (set by
|
||||||
** 'resethookcount') are for debug only, and it is no problem if they
|
** 'resethookcount') are for debug only, and it is no problem if they
|
||||||
** get arbitrary values (causes at most one wrong hook call). 'hookmask'
|
** get arbitrary values (causes at most one wrong hook call). 'hookmask'
|
||||||
|
|
Loading…
Reference in New Issue