diff options
Diffstat (limited to 'lvm.c')
| -rw-r--r-- | lvm.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -925,7 +925,7 @@ void luaV_finishOp (lua_State *L) { | |||
| 925 | ** Macros for arithmetic/bitwise/comparison opcodes in 'luaV_execute' | 925 | ** Macros for arithmetic/bitwise/comparison opcodes in 'luaV_execute' |
| 926 | ** | 926 | ** |
| 927 | ** All these macros are to be used exclusively inside the main | 927 | ** All these macros are to be used exclusively inside the main |
| 928 | ** iterpreter loop (function luaV_execute) and may access directly | 928 | ** interpreter loop (function luaV_execute) and may access directly |
| 929 | ** the local variables of that function (L, i, pc, ci, etc.). | 929 | ** the local variables of that function (L, i, pc, ci, etc.). |
| 930 | ** =================================================================== | 930 | ** =================================================================== |
| 931 | */ | 931 | */ |
