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 cf50de5..714b766 100644
--- a/riscv/sim.h
+++ b/riscv/sim.h
@@ -111,7 +111,7 @@ private:
string rin(streambuf *bout_ptr); // read input command string
void wout(streambuf *bout_ptr); // write output to socket
#endif
- ostream sout; // used for socket and terminal interface
+ ostream sout_; // used for socket and terminal interface
processor_t* get_core(const std::string& i);
void step(size_t n); // step through simulation