mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
details
This commit is contained in:
parent
61f97a8ace
commit
29e0193425
1 changed files with 2 additions and 2 deletions
4
lcode.c
4
lcode.c
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
** $Id: lcode.c,v 1.3 2000/03/03 14:58:26 roberto Exp roberto $
|
||||
** $Id: lcode.c,v 1.4 2000/03/03 18:53:17 roberto Exp roberto $
|
||||
** Code generator for Lua
|
||||
** See Copyright Notice in lua.h
|
||||
*/
|
||||
|
|
@ -86,7 +86,7 @@ void luaK_retcode (LexState *ls, int nlocals, listdesc *e) {
|
|||
*last = SETARG_B(*last, nlocals);
|
||||
}
|
||||
else
|
||||
luaK_U(ls, RETCODE, nlocals, 0);
|
||||
luaK_primitivecode(ls, CREATE_U(RETCODE, nlocals));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue