aboutsummaryrefslogtreecommitdiff
path: root/riscv/sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/sim.h')
-rw-r--r--riscv/sim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/sim.h b/riscv/sim.h
index a53f3f0..bcb7c1c 100644
--- a/riscv/sim.h
+++ b/riscv/sim.h
@@ -38,7 +38,7 @@ private:
std::auto_ptr<htif_isasim_t> htif;
char* mem; // main memory
size_t memsz; // memory size in bytes
- mmu_t* mmu; // debug port into main memory
+ mmu_t* debug_mmu; // debug port into main memory
std::vector<processor_t*> procs;
void step(size_t n, bool noisy); // step through simulation