On 10/20/18 12:14 AM, Bastian Koppelmann wrote:
> - case OPC_RISC_AUIPC:
> - if (rd == 0) {
> - break; /* NOP */
> - }
> - tcg_gen_movi_tl(cpu_gpr[rd], (sextract64(ctx->opcode, 12, 20) << 12)
> +
> - ctx->base.pc_next);
> - break;This should have been in the previous patch. Otherwise, Reviewed-by: Richard Henderson <[email protected]> r~
