diff options
Diffstat (limited to 'lvm.c')
| -rw-r--r-- | lvm.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lvm.c,v 2.153 2012/08/14 18:12:34 roberto Exp roberto $ | 2 | ** $Id: lvm.c,v 2.154 2012/08/16 17:34:28 roberto Exp roberto $ |
| 3 | ** Lua virtual machine | 3 | ** Lua virtual machine |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -83,7 +83,7 @@ static void traceexec (lua_State *L) { | |||
| 83 | if (counthook) | 83 | if (counthook) |
| 84 | L->hookcount = 1; /* undo decrement to zero */ | 84 | L->hookcount = 1; /* undo decrement to zero */ |
| 85 | ci->u.l.savedpc--; /* undo increment (resume will increment it again) */ | 85 | ci->u.l.savedpc--; /* undo increment (resume will increment it again) */ |
| 86 | ci->callstatus |= CIST_HOOKYIELD; /* mark that it yieled */ | 86 | ci->callstatus |= CIST_HOOKYIELD; /* mark that it yielded */ |
| 87 | ci->func = L->top - 1; /* protect stack below results */ | 87 | ci->func = L->top - 1; /* protect stack below results */ |
| 88 | luaD_throw(L, LUA_YIELD); | 88 | luaD_throw(L, LUA_YIELD); |
| 89 | } | 89 | } |
