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 7ee4020..dad32ef 100644
--- a/riscv/sim.h
+++ b/riscv/sim.h
@@ -17,7 +17,7 @@ class mmu_t;
class sim_t
{
public:
- sim_t(const char* isa, size_t _nprocs, size_t mem_mb,
+ sim_t(const char* isa, size_t _nprocs, size_t mem_mb, bool halted,
const std::vector<std::string>& htif_args);
~sim_t();