On 10/29/2014 06:22 AM, Bastian Koppelmann wrote: > + case OPCM_32_BRR_LOOP: > + if (MASK_OP_BRR_OP2(ctx->opcode) == OPC2_32_BRR_LOOP) { > + gen_loop(ctx, r1, offset * 2); > + } else { > + gen_save_pc(ctx->pc + offset * 2); > + }
gen_goto_tb. Also worth a comment that this is LOOPU. r~