From: Andrew Waterman Date: Tue, 26 Oct 2010 20:46:15 +0000 (-0700) Subject: [sim,xcc] fixed minor bugs related to tp/cr29 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5f0b1c3e7b693e5aefd74bfedd4bf1c09f910785;p=riscv-isa-sim.git [sim,xcc] fixed minor bugs related to tp/cr29 --- diff --git a/riscv/insns/mtcr.h b/riscv/insns/mtcr.h index df56ecd..859f3e4 100644 --- a/riscv/insns/mtcr.h +++ b/riscv/insns/mtcr.h @@ -3,7 +3,4 @@ switch(insn.rtype.rs2) case 0: set_fsr(RS1); break; - - case 29: - throw trap_illegal_instruction; }