aboutsummaryrefslogtreecommitdiff
path: root/riscv/csrs.h
diff options
context:
space:
mode:
authorScott Johnson <scott.johnson@arilinc.com>2022-07-13 09:14:05 -0700
committerScott Johnson <scott.johnson@arilinc.com>2022-07-13 18:57:55 -0700
commit8f36f1a5f8a47282743706e7777a277b9f17ba6f (patch)
tree0b5ceb80195cb63612d260d1baa843f72bb5bdb5 /riscv/csrs.h
parent00c38fdb95dff4e18ed75361da03436075a03b3a (diff)
downloadspike-8f36f1a5f8a47282743706e7777a277b9f17ba6f.zip
spike-8f36f1a5f8a47282743706e7777a277b9f17ba6f.tar.gz
spike-8f36f1a5f8a47282743706e7777a277b9f17ba6f.tar.bz2
Remove no-longer-needed mask from rv32_high_csr_t
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 {