summaryrefslogtreecommitdiff
path: root/src/arch/riscv/isa.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/riscv/isa.hh')
-rw-r--r--src/arch/riscv/isa.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/riscv/isa.hh b/src/arch/riscv/isa.hh
index 421f79222..d2f38b158 100644
--- a/src/arch/riscv/isa.hh
+++ b/src/arch/riscv/isa.hh
@@ -58,10 +58,10 @@ class ISA : public SimObject
{
protected:
std::vector<MiscReg> miscRegFile;
+ std::map<int, std::string> miscRegNames;
public:
typedef RiscvISAParams Params;
- static std::map<int, std::string> miscRegNames;
void
clear();