X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=riscv%2Frocc.cc;h=db03e37c4869e39f5a96808706dac09a3e25b266;hb=7f746b7c2f27f6271640efaeb2cde86fd1b86957;hp=e51aee57bf0a4f91f3afe962210eaab0f8e6eea7;hpb=d0a84535eb6f1fcd0edd8928ace16dcdbe0c48be;p=riscv-isa-sim.git diff --git a/riscv/rocc.cc b/riscv/rocc.cc index e51aee5..db03e37 100644 --- a/riscv/rocc.cc +++ b/riscv/rocc.cc @@ -1,3 +1,5 @@ +// See LICENSE for license details. + #include "rocc.h" #include "trap.h" #include @@ -5,7 +7,6 @@ #define customX(n) \ static reg_t c##n(processor_t* p, insn_t insn, reg_t pc) \ { \ - require_accelerator; \ rocc_t* rocc = static_cast(p->get_extension()); \ rocc_insn_union_t u; \ u.i = insn; \