Browse Source

[sim] removed unnecessary trap in mfcr instruction

cs250
Andrew Waterman 16 years ago
parent
commit
63844a7558
  1. 3
      riscv/insns/mfcr.h

3
riscv/insns/mfcr.h

@ -10,9 +10,6 @@ switch(insn.rtype.rs2)
val = 32; // synci_step val = 32; // synci_step
break; break;
case 29:
throw trap_illegal_instruction;
default: default:
val = -1; val = -1;
} }

Loading…
Cancel
Save