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