From: Andrew Waterman Date: Tue, 11 Feb 2014 03:00:16 +0000 (-0800) Subject: Revert to old AUIPC definition X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=49818734d34b27b92faa074119d444de457023b1;p=riscv-isa-sim.git Revert to old AUIPC definition --- diff --git a/riscv/insns/auipc.h b/riscv/insns/auipc.h index 4d91bfc..d724d10 100644 --- a/riscv/insns/auipc.h +++ b/riscv/insns/auipc.h @@ -1 +1 @@ -WRITE_RD(sext_xprlen(insn.u_imm() + (pc >> 12 << 12))); +WRITE_RD(sext_xprlen(insn.u_imm() + pc));