mirror of
https://github.com/riscv-software-src/riscv-isa-sim.git
synced 2025-10-14 02:07:30 +08:00
Remove MAX_PADDR_BITS
It isn't used anymore.
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
// virtual memory configuration
|
||||
#define PGSHIFT 12
|
||||
const reg_t PGSIZE = 1 << PGSHIFT;
|
||||
#define MAX_PADDR_BITS 64
|
||||
|
||||
// observability hooks for load, store and fetch
|
||||
// intentionally empty not to cause runtime overhead
|
||||
|
Reference in New Issue
Block a user