>> case 2: /*RST2*/ >> - TBD(); >> + if (_OP2 >= 12) { >> + HAS_OPTION(XTENSA_OPTION_32_BIT_IDIV); >> + int label = gen_new_label(); >> + tcg_gen_brcondi_i32(TCG_COND_NE, cpu_R[RRR_T], 0, label); >> + gen_exception_cause(dc, INTEGER_DIVIE_BY_ZERO_CAUSE); > > DIVIE?
Oops (: Looks like I overuse ^n. Thanks. -- Max