Fixed types
This commit is contained in:
parent
61be24e608
commit
2c4de6a427
|
@ -254,7 +254,8 @@ private:
|
|||
/**
|
||||
* CSR registers (4096 maximum)
|
||||
*/
|
||||
std::unordered_map<unsigned int, std::uint32_t> CSR{0};
|
||||
std::unordered_map<std::uint32_t, unsigned int> CSR;
|
||||
|
||||
|
||||
Performance *perf;
|
||||
|
||||
|
|
Loading…
Reference in New Issue