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.81 2009/02/16 20:09:28 roberto Exp roberto $ | 2 | ** $Id: lvm.c,v 2.82 2009/03/02 16:34:23 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 | */ |
| @@ -622,7 +622,7 @@ void luaV_execute (lua_State *L) { | |||
| 622 | ci->top = L->top = func+aux; /* correct top */ | 622 | ci->top = L->top = func+aux; /* correct top */ |
| 623 | lua_assert(L->top == L->base + clvalue(func)->l.p->maxstacksize); | 623 | lua_assert(L->top == L->base + clvalue(func)->l.p->maxstacksize); |
| 624 | ci->savedpc = L->savedpc; | 624 | ci->savedpc = L->savedpc; |
| 625 | ci->tailcalls++; /* one more call lost */ | 625 | ci->u.l.tailcalls++; /* one more call lost */ |
| 626 | L->ci--; /* remove new frame */ | 626 | L->ci--; /* remove new frame */ |
| 627 | goto reentry; | 627 | goto reentry; |
| 628 | } | 628 | } |
