We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70687cc + 380efd9 commit 1467070Copy full SHA for 1467070
riscv/csrs.h
@@ -973,7 +973,7 @@ class inaccessible_csr_t: public csr_t {
973
virtual void verify_permissions(insn_t insn, bool write) const override;
974
reg_t read() const noexcept override { return 0; }
975
protected:
976
- bool unlogged_write(const reg_t val) noexcept override { return false; }
+ bool unlogged_write(const reg_t UNUSED val) noexcept override { return false; }
977
};
978
979
class vstopi_csr_t: public csr_t {
0 commit comments