aboutsummaryrefslogtreecommitdiff
path: root/lvm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lvm.c')
-rw-r--r--lvm.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lvm.c b/lvm.c
index 9ebddc37..fc36e445 100644
--- a/lvm.c
+++ b/lvm.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lvm.c,v 2.128 2011/02/01 18:03:10 roberto Exp roberto $ 2** $Id: lvm.c,v 2.129 2011/02/01 18:32:55 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*/
@@ -793,9 +793,6 @@ void luaV_execute (lua_State *L) {
793 } 793 }
794 L->top = ci->top; /* correct top (in case of previous open call) */ 794 L->top = ci->top; /* correct top (in case of previous open call) */
795 ) 795 )
796 vmcase(OP_CLOSE,
797 luaF_close(L, ra);
798 )
799 vmcase(OP_CLOSURE, 796 vmcase(OP_CLOSURE,
800 Proto *p = cl->p->p[GETARG_Bx(i)]; 797 Proto *p = cl->p->p[GETARG_Bx(i)];
801 Closure *ncl = getcached(p, cl->upvals, base); /* cached closure */ 798 Closure *ncl = getcached(p, cl->upvals, base); /* cached closure */