mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
Small correction in luaP_opmodes
OP_VARARGPREP neither sets nor uses L->top.
This commit is contained in:
parent
0da6d320f7
commit
36c1f6d949
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ LUAI_DDEF const lu_byte luaP_opmodes[NUM_OPCODES] = {
|
|||
,opmode(0, 1, 0, 0, 1, iABC) /* OP_VARARG */
|
||||
,opmode(0, 0, 0, 0, 1, iABC) /* OP_GETVARG */
|
||||
,opmode(0, 0, 0, 0, 0, iABx) /* OP_ERRNNIL */
|
||||
,opmode(0, 0, 1, 0, 0, iABC) /* OP_VARARGPREP */
|
||||
,opmode(0, 0, 0, 0, 0, iABC) /* OP_VARARGPREP */
|
||||
,opmode(0, 0, 0, 0, 0, iAx) /* OP_EXTRAARG */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue