** Create a jump instruction and return its position, so its destination ** can be fixed later (with 'fixjump'). */
| 196 | ** can be fixed later (with 'fixjump'). |
| 197 | */ |
| 198 | int luaK_jump (FuncState *fs) { |
| 199 | return codesJ(fs, OP_JMP, NO_JUMP, 0); |
| 200 | } |
| 201 | |
| 202 | |
| 203 | /* |