On 8/31/20 6:54 AM, Edgar E. Iglesias wrote: >> + TCGv_i32 tmp = tcg_const_i32(EXCP_DEBUG); >> + tcg_gen_movi_i64(cpu_SR[SR_PC], dest); > > This needs to be i32 cpu_pc to avoid breaking bisection. Looks like this > part slipped over to the next patch. > > With that fixed: > Reviewed-by: Edgar E. Iglesias <edgar.igles...@xilinx.com>
Whoops, yes. Thanks. r~