aboutsummaryrefslogtreecommitdiff
path: root/riscv/rocc.cc
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2015-03-12 17:32:43 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2015-03-12 17:32:43 -0700
commitea58df801f36605b462783a61b5266bdd9a40eb0 (patch)
treeec6c4736f29e9f2021a9e448946e0a0169639cc1 /riscv/rocc.cc
parent9af855a28e7dc4009ad31312840ca6f9396d572e (diff)
downloadspike-ea58df801f36605b462783a61b5266bdd9a40eb0.zip
spike-ea58df801f36605b462783a61b5266bdd9a40eb0.tar.gz
spike-ea58df801f36605b462783a61b5266bdd9a40eb0.tar.bz2
Update to new privileged spec
Sorry, everyone.
Diffstat (limited to 'riscv/rocc.cc')
-rw-r--r--riscv/rocc.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/riscv/rocc.cc b/riscv/rocc.cc
index e51aee5..7988c01 100644
--- a/riscv/rocc.cc
+++ b/riscv/rocc.cc
@@ -5,7 +5,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<rocc_t*>(p->get_extension()); \
rocc_insn_union_t u; \
u.i = insn; \