diff options
| -rw-r--r-- | ldebug.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: ldebug.c,v 2.118 2015/12/16 16:40:07 roberto Exp roberto $ | 2 | ** $Id: ldebug.c,v 2.119 2016/02/26 19:20:15 roberto Exp roberto $ |
| 3 | ** Debug Interface | 3 | ** Debug Interface |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -69,7 +69,7 @@ static void swapextra (lua_State *L) { | |||
| 69 | 69 | ||
| 70 | 70 | ||
| 71 | /* | 71 | /* |
| 72 | ** This function can be called asynchronous (e.g. during a signal). | 72 | ** This function can be called asynchronously (e.g. during a signal). |
| 73 | ** Fields 'oldpc', 'basehookcount', and 'hookcount' (set by | 73 | ** Fields 'oldpc', 'basehookcount', and 'hookcount' (set by |
| 74 | ** 'resethookcount') are for debug only, and it is no problem if they | 74 | ** 'resethookcount') are for debug only, and it is no problem if they |
| 75 | ** get arbitrary values (causes at most one wrong hook call). 'hookmask' | 75 | ** get arbitrary values (causes at most one wrong hook call). 'hookmask' |
