Add -H to start halted.
[riscv-isa-sim.git] / riscv / sim.h
index 7ee4020e2082485b5db34ce00e0b9a26a761f595..dad32ef493234637a3531c1971d57d7cc4aa7aa6 100644 (file)
@@ -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();