OP_JMP
codepatch_control_flow(tag, func, OP_JMP);
const char *op = type == OP_JMP ? "jmp" : "call";
char opcode = type == OP_JMP ? 0xe9 /* jmp near */