mirror of
https://github.com/lua/lua.git
synced 2026-06-08 08:03:49 +00:00
Small correction in luaP_opmodes
OP_VARARGPREP neither sets nor uses L->top.
This commit is contained in:
@@ -104,7 +104,7 @@ LUAI_DDEF const lu_byte luaP_opmodes[NUM_OPCODES] = {
|
|||||||
,opmode(0, 1, 0, 0, 1, iABC) /* OP_VARARG */
|
,opmode(0, 1, 0, 0, 1, iABC) /* OP_VARARG */
|
||||||
,opmode(0, 0, 0, 0, 1, iABC) /* OP_GETVARG */
|
,opmode(0, 0, 0, 0, 1, iABC) /* OP_GETVARG */
|
||||||
,opmode(0, 0, 0, 0, 0, iABx) /* OP_ERRNNIL */
|
,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 */
|
,opmode(0, 0, 0, 0, 0, iAx) /* OP_EXTRAARG */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user