注入前

current_pc = latched_store ? (latched_stalu ? alu_out_q : reg_out) & ~1 : reg_next_pc;

注入后

current_pc = latched_store ? (latched_stalu ? alu_out_q : reg_out) : reg_next_pc;