aboutsummaryrefslogtreecommitdiff
path: root/riscv/csrs.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/csrs.h')
-rw-r--r--riscv/csrs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/riscv/csrs.h b/riscv/csrs.h
index 7b1f87c..3998d79 100644
--- a/riscv/csrs.h
+++ b/riscv/csrs.h
@@ -258,7 +258,6 @@ class rv32_high_csr_t: public csr_t {
virtual bool unlogged_write(const reg_t val) noexcept override;
private:
csr_t_p orig;
- const reg_t mask = -1;
};
class sstatus_proxy_csr_t final: public base_status_csr_t {