aboutsummaryrefslogtreecommitdiff
path: root/customext/dummy_rocc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'customext/dummy_rocc.cc')
-rw-r--r--customext/dummy_rocc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/customext/dummy_rocc.cc b/customext/dummy_rocc.cc
index 85ab7aa..5afa56a 100644
--- a/customext/dummy_rocc.cc
+++ b/customext/dummy_rocc.cc
@@ -7,7 +7,7 @@ class dummy_rocc_t : public rocc_t
public:
const char* name() { return "dummy_rocc"; }
- reg_t custom0(rocc_insn_t insn, reg_t xs1, reg_t xs2)
+ reg_t custom0(rocc_insn_t insn, reg_t xs1, reg_t UNUSED xs2)
{
reg_t prev_acc = acc[insn.rs2];